diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 14:00:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-27 14:02:15 +0200 |
commit | abb0932a33cb63c4c4601f20fba339494d3c2623 (patch) | |
tree | 0ded88445c7884a48e854d0c8799e24d2304565c /sal | |
parent | 5f70fc05fc42343fb00a9dd9a72a7f907031da18 (diff) |
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.h | 2 |
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 |