From: rousskov <> Date: Fri, 10 Apr 1998 06:45:22 +0000 (+0000) Subject: - polish X-Git-Tag: SQUID_3_0_PRE1~3516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588d95456c5f78414e9f398b56f973abdd715142;p=thirdparty%2Fsquid.git - polish --- diff --git a/src/stat.cc b/src/stat.cc index 8054fc492a..f7a43185f2 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.234 1998/04/10 00:39:33 rousskov Exp $ + * $Id: stat.cc,v 1.235 1998/04/10 00:45:22 rousskov Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -1141,7 +1141,7 @@ statDigestBlob(StoreEntry * sentry) statCountersHistograms(sentry); storeAppendPrintf(sentry, "\nPeer Digests:\n"); statPeerSelect(sentry); - storeAppendPrintf(sentry, "\nDigest Report:\n"); + storeAppendPrintf(sentry, "\nLocal Digest:\n"); storeDigestReport(sentry); }