sfx2/source/control/recentdocsview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9bf7af2b881c4013f3cfe0b8178da428ed3027ab Author: Stephan Bergmann <[email protected]> AuthorDate: Tue Nov 10 15:29:06 2020 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
