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

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  3b367f4   TS-4032: Format string build fix.
3b367f4 is described below

commit 3b367f48a94ceef65e2f73582b2392146de3d085
Author: James Peach <jpe...@apache.org>
AuthorDate: Wed May 18 10:56:06 2016 -0700

    TS-4032: Format string build fix.
---
 example/lifecycle-plugin/lifecycle-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/lifecycle-plugin/lifecycle-plugin.c 
b/example/lifecycle-plugin/lifecycle-plugin.c
index a8f8fe2..9ffcb56 100644
--- a/example/lifecycle-plugin/lifecycle-plugin.c
+++ b/example/lifecycle-plugin/lifecycle-plugin.c
@@ -46,7 +46,7 @@ CallbackHandler(TSCont this, TSEvent id, void *data)
     break;
   case TS_EVENT_LIFECYCLE_MSG: {
     TSPluginMsg *msg = (TSPluginMsg *)data;
-    TSDebug("lifecycle-plugin", "Message to '%s' - %" PRIu64 " bytes of data", 
msg->tag, msg->data_size);
+    TSDebug("lifecycle-plugin", "Message to '%s' - %zu bytes of data", 
msg->tag, msg->data_size);
     break;
   }
   default:

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

Reply via email to