[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 10 17:08:33 UTC 2020
sfx2/source/control/recentdocsview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9bf7af2b881c4013f3cfe0b8178da428ed3027ab
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Nov 10 15:29:06 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Nov 10 18:07:50 2020 +0100
Improve some warning wording
Change-Id: I37236b1bab66baf428d98f6ec644be704d7913c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105550
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sfx2/source/control/recentdocsview.cxx b/sfx2/source/control/recentdocsview.cxx
index 62eacf3734fe..958785a12394 100644
--- a/sfx2/source/control/recentdocsview.cxx
+++ b/sfx2/source/control/recentdocsview.cxx
@@ -87,7 +87,7 @@ bool IsDocEncrypted(const OUString& rURL)
catch (const uno::Exception&)
{
TOOLS_WARN_EXCEPTION("sfx",
- "caught exception trying to find out if doc is encrypted" << rURL);
+ "caught exception trying to find out if doc <" << rURL << "> is encrypted:");
}
return bIsEncrypted;
More information about the Libreoffice-commits
mailing list