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

sorber 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 2941c0b  Fix OS X build.
2941c0b is described below

commit 2941c0b4b8fbb66cc2e722157151f129237bac33
Author: Phil Sorber <sor...@apache.org>
AuthorDate: Wed Sep 6 19:51:44 2017 -0600

    Fix OS X build.
---
 iocore/cache/CacheRead.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/cache/CacheRead.cc b/iocore/cache/CacheRead.cc
index 1ed7dd0..0ea053d 100644
--- a/iocore/cache/CacheRead.cc
+++ b/iocore/cache/CacheRead.cc
@@ -1094,7 +1094,7 @@ CacheVC::openReadStartHead(int event, Event *e)
             }
           }
           Note("OpenReadHead failed for cachekey %X : vector inconsistency - "
-               "unmarshalled %d expecting %d in %d (base=%" PRIu64 ", 
ver=%d:%d) "
+               "unmarshalled %d expecting %d in %d (base=%zu, ver=%d:%d) "
                "- vector n=%d size=%d"
                "first alt=%d[%s]",
                key.slice32(0), uml, doc->hlen, doc->len, sizeof(Doc), 
doc->v_major, doc->v_minor, vector.count(), alt_length,

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

Reply via email to