diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx index 57925af29bf6..780fe02ad70b 100644 --- a/cppuhelper/source/servicemanager.cxx +++ b/cppuhelper/source/servicemanager.cxx @@ -1935,7 +1935,7 @@ void cppuhelper::ServiceManager::preloadImplementations() { { // load component library osl::Module aModule(aUri, SAL_LOADMODULE_NOW | SAL_LOADMODULE_GLOBAL); - SAL_INFO("lok", "loaded component library " << aUri << ( aModule.is() ? " ok" : " no")); + SAL_INFO("cppuhelper", "loaded component library " << aUri << ( aModule.is() ? " ok" : " no")); if (aModule.is() && !iterator->second->info->environment.isEmpty()) |