You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/11/29 02:11:53 UTC

[trafficserver] branch master updated: Suppress udpnet-service debug log

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

masaori 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 d0b9095  Suppress udpnet-service debug log
d0b9095 is described below

commit d0b90951796f867aa735bcad6ed415c943e09913
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Tue Nov 28 08:59:35 2017 +0900

    Suppress udpnet-service debug log
---
 iocore/net/P_UDPNet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/P_UDPNet.h b/iocore/net/P_UDPNet.h
index 509064e..1b56c86 100644
--- a/iocore/net/P_UDPNet.h
+++ b/iocore/net/P_UDPNet.h
@@ -223,7 +223,7 @@ public:
     }
 
     if (s != now_slot)
-      Debug("udpnet-service", "Advancing by (%d slots): behind by %" PRId64 " ms", s - now_slot,
+      Debug("v_udpnet-service", "Advancing by (%d slots): behind by %" PRId64 " ms", s - now_slot,
             ink_hrtime_to_msec(t - delivery_time[now_slot]));
     now_slot = s;
   }

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