summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/certpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index 95709aceff65..e5672603b681 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -253,9 +253,9 @@ IMPL_LINK_NOARG(CertPathDialog, AddHdl_Impl)
AddCertPath(m_sManual, aPath);
}
}
- catch (const uno::Exception&)
+ catch (uno::Exception & e)
{
- SAL_WARN( "cui.options", "CertPathDialog::AddHdl_Impl(): caught exception" );
+ SAL_WARN("cui.options", "caught UNO exception: " << e.Message);
}
return 0;