summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/recentdocsview.cxx2
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;