From 3061e9e86621c092ab4b4f64509b6394a326afe5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 15 Apr 2012 10:51:30 +0200 Subject: Add newline... --- cppuhelper/source/shlib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 5b8516124349..421df0fe9dbd 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -561,7 +561,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( #if OSL_DEBUG_LEVEL > 1 if ( pSym == NULL ) { - fprintf( stderr, "attempting to load unknown library %s", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); + fprintf( stderr, "attempting to load unknown library %s\n", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); assert( !"Attempt to load unknown library" ); } #endif -- cgit