From 7702cc5a7aea3d20138cba0cde86ef8a952619f0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 8 Aug 2011 14:12:33 +0300 Subject: OSL_TRACE adds trailing newline itself --- cppuhelper/source/shlib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/source') diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index daea3645a433..9f6ff0c1c78a 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\n", str.getStr() ); + OSL_TRACE( "component path=%s", str.getStr() ); #endif return out; -- cgit