summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-25 23:32:55 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-25 23:32:55 +0200
commitc459b2681583924a819eab8514dc36fe7fe3cc2e (patch)
tree0a3a40946d1a98d76dd1adbbf3ea92e4d03af9cb /rsc
parent5be90a49b6268e7a83c79b51e2c9f2350df6f50f (diff)
Be less verbose when dbglevel <= 2
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rsc/rsc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 7a8a32189de0..4e97d8bb9de3 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -148,7 +148,7 @@ RscCmdLine::RscCmdLine( int argc, char ** argv, RscError * pEH )
i = 1;
while( ppStr && i < (aCmdLine.GetCount() -1) )
{
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 2
fprintf( stderr, "CmdLineArg: \"%s\"\n", *ppStr );
#endif
if( '-' == **ppStr )
@@ -908,7 +908,7 @@ ERRTYPE RscCompiler::Link()
aSysSearchPath.Append( cSearchDelim );
aSysSearchPath.Append( aToken );
}
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 2
fprintf( stderr, "setting search path for language %s: %s\n", it->aLangName.GetBuffer(), aSysSearchPath.GetBuffer() );
#endif
pTC->SetSysSearchPath( aSysSearchPath );
@@ -1154,7 +1154,7 @@ bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile,
aAbsPath.ToAbs();
const FileStat aFS( aAbsPath.GetFull() );
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 2
fprintf( stderr, "Searching image: %s\n", ByteString( aRelPath.GetFull(), RTL_TEXTENCODING_ASCII_US ).GetBuffer() );
#endif
@@ -1198,7 +1198,7 @@ bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile,
fprintf( pSysListFile, "%s\n", rContext.pCmdLine->substitutePaths( aSysPathStr ).getStr() );
}
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 2
fprintf( stderr, "ImagePath to add: %s\n", rImagePath.GetBuffer() );
#endif
}