diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-05 14:29:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-05 19:45:19 +0200 |
commit | 0e838cead94a0e4627e12fb55b4b8c29e9905d4c (patch) | |
tree | 295a6d3ca5c38eb54885303a97f9fda774a5545f /ucb | |
parent | 712ef1617791a0f4214f8978484f5be11678aab6 (diff) |
Call ne_debug_init() in a debug build
Change-Id: I08d540bdbe32ba9df994528bac97ac76e587795a
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonSession.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |