summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler/scripthandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/protocolhandler/scripthandler.cxx')
-rw-r--r--scripting/source/protocolhandler/scripthandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx
index ebd942aecf6a..4dd2d8da5fa2 100644
--- a/scripting/source/protocolhandler/scripthandler.cxx
+++ b/scripting/source/protocolhandler/scripthandler.cxx
@@ -161,7 +161,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification(
SAL_WARN("scripting",
"ScriptProtocolHandler::dispatchWithNotification: caught RuntimeException"
"while dispatchFinished with failure of the execution "
- << e.Message );
+ << e );
}
}
return;
@@ -291,7 +291,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification(
{
SAL_WARN("scripting",
"ScriptProtocolHandler::dispatchWithNotification: caught RuntimeException"
- "while dispatchFinished " << e.Message );
+ "while dispatchFinished " << e );
}
}
}