]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CacheMgr: fix missing column separator in helper stats
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Apr 2013 06:28:58 +0000 (00:28 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Apr 2013 06:28:58 +0000 (00:28 -0600)
src/helper.cc

index 438d9ea256d96a083ee1932614495559a284c91c..9f0268d26e01b2f65184c0075451aeff86ddca99 100644 (file)
@@ -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,