Repository: trafficserver
Updated Branches:
  refs/heads/master 5ab92ff3b -> 7adb822b1


TS-4214: clarify debug message


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

Branch: refs/heads/master
Commit: 7adb822b195ae58855d880f9b6967f633176b5c2
Parents: 5ab92ff
Author: James Peach <[email protected]>
Authored: Wed Feb 17 20:19:51 2016 -0800
Committer: James Peach <[email protected]>
Committed: Wed Feb 17 20:19:51 2016 -0800

----------------------------------------------------------------------
 proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7adb822b/proxy/http/HttpSM.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index c18dced..1787714 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -2842,7 +2842,7 @@ HttpSM::is_http_server_eos_truncation(HttpTunnelProducer 
*p)
   int64_t cl = t_state.hdr_info.server_response.get_content_length();
 
   if (cl != UNDEFINED_COUNT && cl > server_response_body_bytes) {
-    DebugSM("http", "[%" PRId64 "] server eos after %" PRId64 ".  Expected %" 
PRId64, sm_id, server_response_body_bytes, cl);
+    DebugSM("http", "[%" PRId64 "] server EOS after %" PRId64 " bytes, 
expected %" PRId64, sm_id, server_response_body_bytes, cl);
     return true;
   } else {
     return false;

Reply via email to