summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-18 17:07:50 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-18 17:15:57 +0100
commit2c17beb796a29e7d160522a800e647ddd7a8b2b3 (patch)
treec1dc2f1eef07215af8fc9343556ba945c7608f1f /cppuhelper
parente03d9e97a65a7323657f1a04cfba03afc24670b1 (diff)
Wundef, fix various more or less broken debug code
Change-Id: I347495f7960da099afdfbf3db608e0347b832f99
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 0408c37df01e..d2ed0cf8a524 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -95,7 +95,7 @@ namespace
}
m_aAccessDPath.push_back( aFileUrl );
} while( nIndex != -1 );
- #if OSL_G_LEVEL > 1
+ #if OSL_DEBUG_LEVEL > 1
out( "> cpld: acknowledged following access path(s): \"" );
::std::vector< OUString >::const_iterator iPos( m_aAccessDPath.begin() );
while (iPos != m_aAccessDPath.end())
@@ -111,7 +111,7 @@ namespace
else
{
// no access path env set
- #if OSL_G_LEVEL > 1
+ #if OSL_DEBUG_LEVEL > 1
out( "=> no CPLD_ACCESSPATH set.\n" );
#endif
}