summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/control/recentdocsviewitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx
index 369e219e98c5..c114be951cfc 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -65,7 +65,7 @@ bool IsDocEncrypted(const OUString& rURL)
}
catch (const uno::Exception&)
{
- TOOLS_WARN_EXCEPTION("sfx", "caught exception trying to find out if doc <"
+ TOOLS_INFO_EXCEPTION("sfx", "caught exception trying to find out if doc <"
<< rURL << "> is encrypted:");
}