You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/03/06 06:26:51 UTC

git commit: TS-1714 I suck and I'm not worthy to commit. Thanks james.

Updated Branches:
  refs/heads/master deb8253a3 -> 44fff1b91


TS-1714 I suck and I'm not worthy to commit. Thanks james.


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

Branch: refs/heads/master
Commit: 44fff1b91b4599be22d70145e4d0e54abea12620
Parents: deb8253
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Mar 5 22:26:19 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Mar 5 22:26:19 2013 -0700

----------------------------------------------------------------------
 proxy/logging/LogAccess.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/44fff1b9/proxy/logging/LogAccess.cc
----------------------------------------------------------------------
diff --git a/proxy/logging/LogAccess.cc b/proxy/logging/LogAccess.cc
index acb3a35..72d7b5f 100644
--- a/proxy/logging/LogAccess.cc
+++ b/proxy/logging/LogAccess.cc
@@ -676,7 +676,7 @@ LogAccess::marshal_record(char *record, char *buf)
       // conversion below, if this ever changes we should modify
       // accordingly
       //
-      ink_debug_assert(sizeof(int64_t) >= sizeof(LogInt) && sizeof(int64_t) >= sizeof(LogCounter));
+      ink_debug_assert(sizeof(int64_t) >= sizeof(RecInt) && sizeof(int64_t) >= sizeof(RecCounter));
 
       // so that a 64 bit integer will fit (including sign and eos)
       //