You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/02 04:17:49 UTC

[trafficserver] 04/04: TS-4378: Remove periodic warning.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit c754bc35de1ce5d5984990ab07f5ef8588743615
Author: shinrich <sh...@yahoo-inc.com>
AuthorDate: Tue Apr 26 15:33:10 2016 -0500

    TS-4378:  Remove periodic warning.
    
    (cherry picked from commit 13a20c199803aae734b634da425340c72cf10b26)
---
 proxy/InkAPI.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc
index 1b40c28..48a1bad 100644
--- a/proxy/InkAPI.cc
+++ b/proxy/InkAPI.cc
@@ -958,7 +958,6 @@ INKContInternal::destroy()
       ink_assert(!"not reached");
     }
     this_ethread()->schedule_imm(this);
-    Warning("INKCont not deletable %d %p", m_event_count, this);
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.