summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsa.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewsa.cxx')
-rw-r--r--sd/source/ui/view/drviewsa.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 06ae7dae72b1..0fedb24f1b56 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -330,7 +330,7 @@ void DrawViewShell::Construct(DrawDocShell* pDocSh, PageKind eInitialPageKind)
{
// Eat the exception and log it
// We can still continue if scanner manager is not available.
- SAL_WARN("sd", "Scanner manager exception: " << exception.Message);
+ SAL_WARN("sd", "Scanner manager exception: " << exception);
}
mpAnnotationManager.reset( new AnnotationManager( GetViewShellBase() ) );