summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-15 13:18:08 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-15 13:18:20 +0200
commit1f08c7cbe263dbbe6a7c08f5777b3268fa2f51a5 (patch)
tree400396d61a35b73ae8b02bdf9787832f1697f345 /ucb/source/ucp/webdav-neon/NeonSession.cxx
parent1edb06dd25ced48233194ad1aabd887709240fbc (diff)
Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0)
Change-Id: I4acb7ab1aeba31bfeedd4dfbcd76d6bf517b8944
Diffstat (limited to 'ucb/source/ucp/webdav-neon/NeonSession.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx3
1 files changed, 2 insertions, 1 deletions
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;