From 0e838cead94a0e4627e12fb55b4b8c29e9905d4c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 5 Mar 2013 14:29:16 +0200 Subject: [PATCH] Call ne_debug_init() in a debug build Change-Id: I08d540bdbe32ba9df994528bac97ac76e587795a --- ucb/source/ucp/webdav-neon/NeonSession.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx index 2ff06aec7854..78a3d556d091 100644 --- a/ucb/source/ucp/webdav-neon/NeonSession.cxx +++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx @@ -695,7 +695,7 @@ void NeonSession::Init() // #122205# - libxml2 needs to be initialized once if used by // multithreaded programs like OOo. xmlInitParser(); -#if 0 +#if OSL_DEBUG_LEVEL > 0 // for more debug flags see ne_utils.h; NE_DEBUGGING must be defined // while compiling neon in order to actually activate neon debug // output.