[Libreoffice-commits] core.git: ucb/source

Tor Lillqvist tml at iki.fi
Fri Mar 15 04:19:00 PDT 2013


 ucb/source/ucp/webdav-neon/NeonSession.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1f08c7cbe263dbbe6a7c08f5777b3268fa2f51a5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Mar 15 13:18:08 2013 +0200

    Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0)
    
    Change-Id: I4acb7ab1aeba31bfeedd4dfbcd76d6bf517b8944

diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 78a3d55..4c77d8e 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -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;


More information about the Libreoffice-commits mailing list