]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CacheMgr: fix missing column separator in helper stats
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Apr 2013 02:17:46 +0000 (20:17 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Apr 2013 02:17:46 +0000 (20:17 -0600)
src/helper.cc

index 73c4b8855f0cc137a4eb03011918c1671bee3bb8..4fb75fb90285c290b554d419d2f9bad0566ef708 100644 (file)
@@ -523,7 +523,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,