diff options
Diffstat (limited to 'cppuhelper/source/component.cxx')
-rw-r--r-- | cppuhelper/source/component.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index eab7ec571b20..17f799fc3c8c 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -204,7 +204,7 @@ void OComponentHelper::dispose() // in a multithreaded environment, it can't be avoided // that dispose is called twice. // However this condition is traced, because it MAY indicate an error. - OSL_TRACE( "OComponentHelper::dispose() - dispose called twice" ); + SAL_WARN("cppuhelper", "OComponentHelper::dispose() - dispose called twice" ); } } |