You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/08/01 18:16:40 UTC

git commit: TS-2964: Fix search&replace error in CachePagesInternal.cc

Repository: trafficserver
Updated Branches:
  refs/heads/master 2ac12c4a2 -> c0e5dc6f1


TS-2964: Fix search&replace error in CachePagesInternal.cc


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

Branch: refs/heads/master
Commit: c0e5dc6f17a814ae9126d0106995983b3351873a
Parents: 2ac12c4
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Fri Aug 1 11:15:57 2014 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Fri Aug 1 11:15:57 2014 -0500

----------------------------------------------------------------------
 iocore/cache/CachePagesInternal.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c0e5dc6f/iocore/cache/CachePagesInternal.cc
----------------------------------------------------------------------
diff --git a/iocore/cache/CachePagesInternal.cc b/iocore/cache/CachePagesInternal.cc
index 316b499..6221191 100644
--- a/iocore/cache/CachePagesInternal.cc
+++ b/iocore/cache/CachePagesInternal.cc
@@ -283,7 +283,7 @@ ShowCacheInternal::showVolVolumes(int event, Event * e)
                   "<td>%u</td>" // sync serial
                   "<td>%u</td>" // write serial
                   "</tr>\n",
-                  p->hash_id,
+                  p->hash_text,
                   (uint64_t)((p->len - (p->start - p->skip)) / CACHE_BLOCK_SIZE),
                   (uint64_t)(p->buckets * DIR_DEPTH * p->segments),
                   (uint64_t)((p->header->write_pos - p->start) / CACHE_BLOCK_SIZE),