summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl')
-rw-r--r--sal/inc/rtl/logfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/logfile.hxx b/sal/inc/rtl/logfile.hxx
index 12b5fc78fafd..9bc3765527fa 100644
--- a/sal/inc/rtl/logfile.hxx
+++ b/sal/inc/rtl/logfile.hxx
@@ -163,7 +163,7 @@ namespace rtl
rtl_logfile_trace( "\n" )
#else
-#if OSL_DEBUG_LEVEL > 0
+#ifdef SAL_LOG_INFO
#define RTL_LOGFILE_FORWARD_VIA_SAL_LOG(area, message) \
do { \
OStringBuffer full_area; \