Call ne_debug_init() in a debug build

Change-Id: I08d540bdbe32ba9df994528bac97ac76e587795a
This commit is contained in:
Tor Lillqvist 2013-03-05 14:29:16 +02:00
parent 712ef16177
commit 0e838cead9

View File

@ -695,7 +695,7 @@ void NeonSession::Init()
// #122205# - libxml2 needs to be initialized once if used by // #122205# - libxml2 needs to be initialized once if used by
// multithreaded programs like OOo. // multithreaded programs like OOo.
xmlInitParser(); xmlInitParser();
#if 0 #if OSL_DEBUG_LEVEL > 0
// for more debug flags see ne_utils.h; NE_DEBUGGING must be defined // for more debug flags see ne_utils.h; NE_DEBUGGING must be defined
// while compiling neon in order to actually activate neon debug // while compiling neon in order to actually activate neon debug
// output. // output.