summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-27 14:00:52 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-27 14:02:15 +0200
commitabb0932a33cb63c4c4601f20fba339494d3c2623 (patch)
tree0ded88445c7884a48e854d0c8799e24d2304565c /sal
parentrevert accidental change to UNO API - to fix spelling of Cancelled (diff)
downloadcore-abb0932a33cb63c4c4601f20fba339494d3c2623.tar.gz
core-abb0932a33cb63c4c4601f20fba339494d3c2623.zip
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.
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/diagnose.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/diagnose.h b/sal/inc/osl/diagnose.h
index 91c340b9a18f..a848e0900e16 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