Windows: remove extraneous "pingCount" format param

In 0a0927497c8165aec11e718df01632da75fa4cdc an extra "pingCount"
format parameter was added in cm_DumpServers().  Remove it.

Reviewed-on: http://gerrit.openafs.org/12046
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 518807cae868b6547685a3b5aaf41c6f012665ac)

Change-Id: I67652c729aa431172d28c087183a32e023086a77
Reviewed-on: http://gerrit.openafs.org/12047
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Jeffrey Altman 2015-09-25 18:12:24 -04:00
parent c4ff5ddf95
commit 3aeee646c7

View File

@ -1633,7 +1633,7 @@ int cm_DumpServers(FILE *outputFile, char *cookie, int lock)
sprintf(output, sprintf(output,
"%s - tsp=0x%p cell=%s addr=%-15s port=%u uuid=%s type=%s caps=0x%x " "%s - tsp=0x%p cell=%s addr=%-15s port=%u uuid=%s type=%s caps=0x%x "
"flags=0x%x waitCount=%u pingCount=%d rank=%u downTime=\"%s\" " "flags=0x%x waitCount=%u pingCount=%d rank=%u downTime=\"%s\" "
"refCount=%u pingCount=%\r\n", "refCount=%u\r\n",
cookie, tsp, tsp->cellp ? tsp->cellp->name : "", hoststr, cookie, tsp, tsp->cellp ? tsp->cellp->name : "", hoststr,
ntohs(tsp->addr.sin_port), uuidstr, type, ntohs(tsp->addr.sin_port), uuidstr, type,
tsp->capabilities, tsp->flags, tsp->waitCount, tsp->pingCount, tsp->capabilities, tsp->flags, tsp->waitCount, tsp->pingCount,