summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/logindlg.cxx')
-rw-r--r--uui/source/logindlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx
index 659f3bd6b090..55e3e642f183 100644
--- a/uui/source/logindlg.cxx
+++ b/uui/source/logindlg.cxx
@@ -176,7 +176,7 @@ IMPL_LINK_NOARG(LoginDialog, PathHdl_Impl, Button*, void)
}
catch (uno::Exception & e)
{
- SAL_WARN("uui", "LoginDialog::PathHdl_Impl: caught UNO exception: " << e.Message);
+ SAL_WARN("uui", "LoginDialog::PathHdl_Impl: caught " << e);
}
}