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. 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:
parent
c4ff5ddf95
commit
3aeee646c7
@ -1633,7 +1633,7 @@ int cm_DumpServers(FILE *outputFile, char *cookie, int lock)
|
||||
sprintf(output,
|
||||
"%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\" "
|
||||
"refCount=%u pingCount=%\r\n",
|
||||
"refCount=%u\r\n",
|
||||
cookie, tsp, tsp->cellp ? tsp->cellp->name : "", hoststr,
|
||||
ntohs(tsp->addr.sin_port), uuidstr, type,
|
||||
tsp->capabilities, tsp->flags, tsp->waitCount, tsp->pingCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user