Kaydet (Commit) abb0932a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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.
üst 5f70fc05
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment