summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/typelib/typelib.cxx2
-rw-r--r--cppu/source/uno/lbenv.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 963787aa2f54..4b644c4893a8 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)
{
- OSL_TRACE( "### unexpected typedef!" );
+ SAL_WARN("cppu", "unexpected typedef!" );
typelib_typedescriptionreference_getDescription( ppRet, pType );
return;
}
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index bc5d62825287..db32cec51d08 100644
--- a/cppu/source/uno/lbenv.cxx
+++ b/cppu/source/uno/lbenv.cxx
@@ -656,7 +656,7 @@ void writeLine(
}
else
{
- OSL_TRACE( "%s", pLine );
+ SAL_WARN("cppu", pLine );
}
}
}