[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-cvs
Subject:    /bzr/squid3/trunk/ r12768: CacheMgr: fix missing column separator in helper stats
From:       Amos Jeffries <squid3 () treenet ! co ! nz>
Date:       2013-04-23 6:28:58
Message-ID: 20130423063003.70915.qmail () squid-cache ! org
[Download RAW message or body]

--===============0020811609==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------
revno: 12768
committer: Amos Jeffries <squid3@treenet.co.nz>
branch nick: trunk
timestamp: Tue 2013-04-23 00:28:58 -0600
message:
  CacheMgr: fix missing column separator in helper stats
modified:
  src/helper.cc

--===============0020811609==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; name="r12768.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

=== modified file 'src/helper.cc'
--- a/src/helper.cc	2013-03-14 23:04:37 +0000
+++ b/src/helper.cc	2013-04-23 06:28:58 +0000
@@ -526,7 +526,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,


--===============0020811609==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic