From 2c17beb796a29e7d160522a800e647ddd7a8b2b3 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 18 Mar 2013 17:07:50 +0100 Subject: Wundef, fix various more or less broken debug code Change-Id: I347495f7960da099afdfbf3db608e0347b832f99 --- cppuhelper/source/shlib.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper') 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 } -- cgit