diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-15 13:18:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-15 13:18:20 +0200 |
commit | 1f08c7cbe263dbbe6a7c08f5777b3268fa2f51a5 (patch) | |
tree | 400396d61a35b73ae8b02bdf9787832f1697f345 | |
parent | 1edb06dd25ced48233194ad1aabd887709240fbc (diff) |
Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0)
Change-Id: I4acb7ab1aeba31bfeedd4dfbcd76d6bf517b8944
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonSession.cxx | 3 |
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; |