You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/07/06 19:22:24 UTC

[trafficserver] branch master updated: Remove INKContInternal warning.

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 093778c  Remove INKContInternal warning.
093778c is described below

commit 093778c9377e5da18647448c950ceae3c3b40aa4
Author: Susan Hinrichs <sh...@apache.org>
AuthorDate: Tue Jul 3 17:09:47 2018 -0500

    Remove INKContInternal warning.
    
    Originally added to track leaking Continuations, but must messages are
    benign.  Curently the message just clutters and adds confusion.
---
 src/traffic_server/InkAPI.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/traffic_server/InkAPI.cc b/src/traffic_server/InkAPI.cc
index 19213df..4b22185 100644
--- a/src/traffic_server/InkAPI.cc
+++ b/src/traffic_server/InkAPI.cc
@@ -1064,7 +1064,7 @@ INKContInternal::handle_event(int event, void *edata)
     if (m_deletable) {
       free();
     } else {
-      Warning("INKCont Deletable but not deleted %d", m_event_count);
+      Debug("plugin", "INKCont Deletable but not deleted %d", m_event_count);
     }
   } else {
     int retval = m_event_func((TSCont)this, (TSEvent)event, edata);