[Libreoffice-commits] .: sal/inc

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jan 27 04:02:37 PST 2011


 sal/inc/osl/diagnose.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 453f9a680b54b00508fb9004089fa2111fe287d3
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jan 27 14:00:52 2011 +0200

    Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"
    
    Nah. I was misunderstanding. OSL_DEBUG_LEVEL == 1 is the normal one,
    and OSL_DEBUG_LEVEL > 1 should turn on debugging output.
    
    This reverts commit c91a84441c05d4f2d8541719ed439e7a2c27e675.

diff --git a/sal/inc/osl/diagnose.h b/sal/inc/osl/diagnose.h
index b3270b1..a790ee6 100644
--- a/sal/inc/osl/diagnose.h
+++ b/sal/inc/osl/diagnose.h
@@ -137,7 +137,7 @@ pfunc_osl_printDetailedDebugMessage SAL_CALL osl_setDetailedDebugMessageFunc( pf
 
 #endif /* OSL_DEBUG_LEVEL */
 
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 1
 
 #define _OSL_TRACE                  _OSL_GLOBAL osl_trace
 


More information about the Libreoffice-commits mailing list