diff options
Diffstat (limited to 'rsc/source/prj/gui.cxx')
-rw-r--r-- | rsc/source/prj/gui.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rsc/source/prj/gui.cxx b/rsc/source/prj/gui.cxx index 3a0f0609ca19..f95f46988378 100644 --- a/rsc/source/prj/gui.cxx +++ b/rsc/source/prj/gui.cxx @@ -42,9 +42,7 @@ static RscVerbosity lcl_determineVerbosity( int argc, char ** argv ) int rsc2_main( int argc, char **argv ) { -#if OSL_DEBUG_LEVEL > 1 - fprintf( stderr, "debugging %s\n", argv[0] ); -#endif + SAL_WARN("rsc", "debugging " << argv[0]); ERRTYPE aError; |