From bffb03fbc13ec5a1ec6e38773e9f19f7dadf68ff Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 19 Apr 2013 10:51:08 +0200 Subject: [PATCH] better use SAL_LOG_INFO as trigger Change-Id: I37635f9bd86d194b303705a58d81502d7d586692 --- sal/inc/rtl/logfile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \