You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2015/05/27 18:32:56 UTC

trafficserver git commit: Prepended v_ to the ssl_lock debug tag for verbose

Repository: trafficserver
Updated Branches:
  refs/heads/master fd72cf048 -> 375bc9127


Prepended v_ to the ssl_lock debug tag for verbose


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/375bc912
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/375bc912
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/375bc912

Branch: refs/heads/master
Commit: 375bc9127c59101fb5141afdc95ff718229aaede
Parents: fd72cf0
Author: Bryan Call <bc...@apache.org>
Authored: Wed May 27 09:30:36 2015 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Wed May 27 09:30:36 2015 -0700

----------------------------------------------------------------------
 iocore/net/SSLUtils.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/375bc912/iocore/net/SSLUtils.cc
----------------------------------------------------------------------
diff --git a/iocore/net/SSLUtils.cc b/iocore/net/SSLUtils.cc
index 0bbf940..12fca99 100644
--- a/iocore/net/SSLUtils.cc
+++ b/iocore/net/SSLUtils.cc
@@ -140,7 +140,7 @@ SSL_pthreads_thread_id()
 static void
 SSL_locking_callback(int mode, int type, const char *file, int line)
 {
-  Debug("ssl_lock", "file: %s line: %d type: %d", file, line, type);
+  Debug("v_ssl_lock", "file: %s line: %d type: %d", file, line, type);
   ink_assert(type < CRYPTO_num_locks());
 
 #ifdef OPENSSL_FIPS