]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing newline in cachemgr output
authorwessels <>
Sat, 4 Apr 1998 01:07:31 +0000 (01:07 +0000)
committerwessels <>
Sat, 4 Apr 1998 01:07:31 +0000 (01:07 +0000)
src/neighbors.cc

index 6d8ccf2affc3f3150d8062e3f0cd410eabd61102..6028dea941565f305e2437340789b70abe48aa66 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.189 1998/04/02 17:11:24 rousskov Exp $
+ * $Id: neighbors.cc,v 1.190 1998/04/03 18:07:31 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -1085,6 +1085,7 @@ dump_peers(StoreEntry * sentry, peer * peers)
            else
                storeAppendPrintf(sentry, "!%s ", d->domain);
        }
+       storeAppendPrintf(sentry, "\n");
        storeAppendPrintf(sentry, "Keep-Alive Ratio: %d%%\n",
            percent(e->stats.n_keepalives_recv, e->stats.n_keepalives_sent));
     }