From 1f08c7cbe263dbbe6a7c08f5777b3268fa2f51a5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 15 Mar 2013 13:18:08 +0200 Subject: Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0) Change-Id: I4acb7ab1aeba31bfeedd4dfbcd76d6bf517b8944 --- ucb/source/ucp/webdav-neon/NeonSession.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx index 78a3d556d091..4c77d8eaf992 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; -- cgit