a munged format specifier obscured the missing rn arg.
Change-Id: Ic0eb20413123b88e86484a9095beb3e37fdd7ed3
Reviewed-on: http://gerrit.openafs.org/10708
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
*/
if (xstat_cm_debug) {
printf("[%s] Copying in the following socket info:\n", rn);
- printf("[%s] IP addr 0s, port %d\n",
+ printf("[%s] IP addr %s, port %d\n", rn,
afs_inet_ntoa_r((a_socketArray + curr_srv)->sin_addr.s_addr,hoststr),
ntohs((a_socketArray + curr_srv)->sin_port));
}