From: Amos Jeffries Date: Tue, 23 Apr 2013 06:28:58 +0000 (-0600) Subject: CacheMgr: fix missing column separator in helper stats X-Git-Tag: SQUID_3_4_0_1~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1177602b8369dd8438fadfc8b4b3bf190ef1d4;p=thirdparty%2Fsquid.git CacheMgr: fix missing column separator in helper stats --- diff --git a/src/helper.cc b/src/helper.cc index 438d9ea256..9f0268d26e 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -526,7 +526,7 @@ helperStats(StoreEntry * sentry, helper * hlp, const char *label) for (dlink_node *link = hlp->servers.head; link; link = link->next) { helper_server *srv = (helper_server*)link->data; double tt = 0.001 * (srv->requests[0] ? tvSubMsec(srv->requests[0]->dispatch_time, current_time) : tvSubMsec(srv->dispatch_time, srv->answer_time)); - storeAppendPrintf(sentry, "%7d\t%7d\t%7d\t%11" PRIu64 "\t%11" PRIu64 "%c%c%c%c\t%7.3f\t%7d\t%s\n", + storeAppendPrintf(sentry, "%7d\t%7d\t%7d\t%11" PRIu64 "\t%11" PRIu64 "\t%c%c%c%c\t%7.3f\t%7d\t%s\n", srv->index + 1, srv->readPipe->fd, srv->pid,