From 52d77147e5b99b4eec05a7e42c96747976c0d34d Mon Sep 17 00:00:00 2001 From: John Romein <romein@astron.nl> Date: Wed, 25 Nov 2009 15:11:16 +0000 Subject: [PATCH] bug 225: Changed LOG4CXX into HAVE_LOG4CXX --- RTCP/Storage/src/Storage_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Storage/src/Storage_main.cc b/RTCP/Storage/src/Storage_main.cc index af1d046ac01..481c51b2170 100644 --- a/RTCP/Storage/src/Storage_main.cc +++ b/RTCP/Storage/src/Storage_main.cc @@ -122,7 +122,7 @@ int main(int argc, char *argv[]) traceProp.setProperty("log4cplus.appender.STDOUT.layout.ConversionPattern", "%-5p|%x|%m%n"); PropertyConfigurator(traceProp).configure(); -#elif !defined LOG4CXX +#elif defined HAVE_LOG4CXX Context::initialize(); setLevel("Global",8); #endif -- GitLab