]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- polish
authorrousskov <>
Fri, 10 Apr 1998 06:45:22 +0000 (06:45 +0000)
committerrousskov <>
Fri, 10 Apr 1998 06:45:22 +0000 (06:45 +0000)
src/stat.cc

index 8054fc492a5066a745077aa33d3800140096e81b..f7a43185f2bba68a098cbdd2bbfb43c6da0cf882 100644 (file)
@@ -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);
 }