ucb/source/ucp/webdav-neon/NeonSession.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit be2ce85e9539debc7c40680a6616c7dbe461d74c Author: Tor Lillqvist <tlillqv...@suse.com> Date: Thu Mar 14 20:47:12 2013 +0200 Turn on Neon debug output (if enabled in Neon) when building for debugging Also add NE_DBG_LOCKS and NE_DBG_SSL to the debugging mask. Change-Id: I6757954ea3ad53df855935930de176c222bff0ed diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx index 3ac4700..f1f3b9f 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. @@ -705,7 +705,8 @@ void NeonSession::Init() // | NE_DBG_HTTPAUTH // | NE_DBG_XML // | NE_DBG_XMLPARSE - // | NE_DBG_LOCKS + | NE_DBG_LOCKS + | NE_DBG_SSL ); #endif m_bGlobalsInited = true; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits