Kaydet (Commit) 7702cc5a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

OSL_TRACE adds trailing newline itself

üst cc138073
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment