Repository: trafficserver
Updated Branches:
  refs/heads/master 5701441b6 -> 09844ea4a


TS-2612 Fix build problems related to %ld


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

Branch: refs/heads/master
Commit: 09844ea4ad3a38346c0c88a24b3eece0920136fa
Parents: 5701441
Author: Leif Hedstrom <[email protected]>
Authored: Wed Mar 12 16:25:55 2014 -0600
Committer: Leif Hedstrom <[email protected]>
Committed: Wed Mar 12 16:25:55 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/09844ea4/proxy/FetchSM.cc
----------------------------------------------------------------------
diff --git a/proxy/FetchSM.cc b/proxy/FetchSM.cc
index 351831f..1ed73f5 100644
--- a/proxy/FetchSM.cc
+++ b/proxy/FetchSM.cc
@@ -238,7 +238,7 @@ FetchSM::InvokePluginExt(int error_event)
     goto out;
   }
 
-  Debug(DEBUG_TAG, "[%s] chunked:%d, content_len:%ld, recived_len:%ld, 
avail:%ld\n",
+  Debug(DEBUG_TAG, "[%s] chunked:%d, content_len: %" PRId64 ", recived_len: %" 
PRId64 ", avail: %" PRId64 "\n",
         __FUNCTION__, resp_is_chunked, resp_content_length, 
resp_recived_body_len,
         resp_is_chunked > 0 ? chunked_handler.chunked_reader->read_avail() : 
resp_reader->read_avail());
 

Reply via email to