diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-21 23:24:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-21 23:35:24 +0200 |
commit | 0607102c470a67dfd7c0579a32d1c862427e2013 (patch) | |
tree | 9f549e22cf84935a42d4c5c5b1aa7c953f51e42f /cppuhelper | |
parent | 8ab7539540924bf30a8ed88c9e91915e16dfd91b (diff) |
Improved some error reporting.
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 8e8fc33cf447..9414e34e3b04 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -263,7 +263,7 @@ static OUString makeComponentPath( OUString out( buf.makeStringAndClear() ); #if OSL_DEBUG_LEVEL > 1 OString str( OUStringToOString( out, RTL_TEXTENCODING_ASCII_US ) ); - OSL_TRACE( "component path=%s", str.getStr() ); + OSL_TRACE(OSL_LOG_PREFIX "component path=%s", str.getStr()); #endif return out; |