diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-11-10 15:29:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-11-10 18:07:50 +0100 |
commit | 9bf7af2b881c4013f3cfe0b8178da428ed3027ab (patch) | |
tree | 9b857966d0f60093b35f0ad290b1618752842bba /sfx2/source/control | |
parent | f8f51778053178066113a5e88f1802110d3c60bb (diff) |
Improve some warning wording
Change-Id: I37236b1bab66baf428d98f6ec644be704d7913c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105550
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/recentdocsview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |