mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
Windows: remove extraneous "pingCount" format param
In 0a0927497c8165aec11e718df01632da75fa4cdc an extra "pingCount" format parameter was added in cm_DumpServers(). Remove it. Change-Id: I79c2212c11319d7f94f963214d90b0530a978ab5 Reviewed-on: http://gerrit.openafs.org/12046 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
0a0927497c
commit
518807cae8
@ -1630,7 +1630,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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user