summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/threadpool/threadpool.cxx2
-rw-r--r--cppu/source/typelib/typelib.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx
index 8f1304a5990e..e22d4d1d92ab 100644
--- a/cppu/source/threadpool/threadpool.cxx
+++ b/cppu/source/threadpool/threadpool.cxx
@@ -454,7 +454,7 @@ uno_threadpool_putJob(
if (!getThreadPool(hPool)->addJob( pThreadId, bIsOneway, pJob ,doRequest ))
{
SAL_WARN(
- "cppu",
+ "cppu.threadpool",
"uno_threadpool_putJob in parallel with uno_threadpool_destroy");
}
}
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 4b644c4893a8..a7126b57c94a 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -716,7 +716,7 @@ void newTypeDescription(
&& (pStructMembers == nullptr || eTypeClass == typelib_TypeClass_STRUCT));
if (typelib_TypeClass_TYPEDEF == eTypeClass)
{
- SAL_WARN("cppu", "unexpected typedef!" );
+ SAL_WARN("cppu.typelib", "unexpected typedef!" );
typelib_typedescriptionreference_getDescription( ppRet, pType );
return;
}