summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-04-19 10:51:08 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-04-19 11:17:36 +0200
commitbffb03fbc13ec5a1ec6e38773e9f19f7dadf68ff (patch)
treeb1d66d9f768a4cf0d7b1b72af345f23a5269441e /sal/inc
parent4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8 (diff)
better use SAL_LOG_INFO as trigger
Change-Id: I37635f9bd86d194b303705a58d81502d7d586692
Diffstat (limited to 'sal/inc')
-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; \