------------------------------------------------------------ revno: 12536 revision-id: squid3@treenet.co.nz-20130427021746-5on30o8fzm0rh942 parent: squid3@treenet.co.nz-20130425154740-jc3otsuqja0o83d1 committer: Amos Jeffries branch nick: 3.3 timestamp: Fri 2013-04-26 20:17:46 -0600 message: CacheMgr: fix missing column separator in helper stats ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130427021746-5on30o8fzm0rh942 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 36def0ce7ea988eb111eda76f2a4e9aea1a521be # timestamp: 2013-04-27 02:26:08 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130425154740-\ # jc3otsuqja0o83d1 # # Begin patch === modified file 'src/helper.cc' --- src/helper.cc 2012-10-02 02:18:50 +0000 +++ src/helper.cc 2013-04-27 02:17:46 +0000 @@ -523,7 +523,7 @@ 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,