summaryrefslogtreecommitdiff
path: root/basic/source/basmgr/basmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/basmgr/basmgr.cxx')
-rw-r--r--basic/source/basmgr/basmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 2342510bbd54..211daeb8ccfa 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -1141,7 +1141,7 @@ bool BasicManager::RemoveLib( sal_uInt16 nLib, bool bDelBasicFromStorage )
}
catch (const css::ucb::ContentCreationException& e)
{
- SAL_WARN("basic", "BasicManager::RemoveLib: Caught exception: " << e.Message);
+ SAL_WARN("basic", "BasicManager::RemoveLib: " << e);
}
if (xStorage.is() && xStorage->IsStorage(szBasicStorage))
@@ -1328,7 +1328,7 @@ StarBASIC* BasicManager::CreateLib( const OUString& rLibName, const OUString& Pa
}
catch (const css::ucb::ContentCreationException& e)
{
- SAL_WARN("basic", "BasicManager::RemoveLib: Caught exception: " << e.Message);
+ SAL_WARN("basic", "BasicManager::RemoveLib: " << e);
}
DBG_ASSERT( pLib, "XML Import: Linked basic library could not be loaded");
}