From: wessels <> Date: Sat, 4 Apr 1998 01:07:31 +0000 (+0000) Subject: missing newline in cachemgr output X-Git-Tag: SQUID_3_0_PRE1~3641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035f5831cd0ada83e9bb0ebcd2a9442d2a945226;p=thirdparty%2Fsquid.git missing newline in cachemgr output --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 6d8ccf2aff..6028dea941 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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)); }