STABLE14-viced-log-fix-typo-20060313

fix typo in addInterfaceAddr_r that is identical to the one that
was fixed by viced-log-fix-type-20060210 in removeInterfaceAddr_r


(cherry picked from commit 9afcb2529a72f0169313d65b8410f5093d14fc0a)
This commit is contained in:
Chaskiel M Grundman 2006-03-13 21:00:53 +00:00 committed by Jeffrey Altman
parent 8d4d1ba41e
commit 7d4e522638

View File

@ -991,7 +991,7 @@ addInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port)
assert(host);
assert(host->interface);
ViceLog(125, ("addInterfaceAddr : host %s:d addr %s:%d\n",
ViceLog(125, ("addInterfaceAddr : host %s:%d addr %s:%d\n",
afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port),
afs_inet_ntoa_r(addr, hoststr2), ntohs(port)));