From e65d81e645bbe6b250354b01b2ad81e139dea1e4 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 13 Mar 2011 17:37:15 +0100 Subject: Use format string on OSL_TRACE() --- cppu/source/uno/lbenv.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cppu') diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index 66bcaf934..331662c7f 100644 --- a/cppu/source/uno/lbenv.cxx +++ b/cppu/source/uno/lbenv.cxx @@ -687,8 +687,7 @@ static void writeLine( } else { - OSL_TRACE( pLine ); - OSL_TRACE( "\n" ); + OSL_TRACE( "%s\n", pLine ); } } } -- cgit v1.2.3