From: Chaskiel M Grundman Date: Mon, 13 Mar 2006 21:00:53 +0000 (+0000) Subject: STABLE14-viced-log-fix-typo-20060313 X-Git-Tag: openafs-stable-1_4_1-rc10~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7d4e5226381ec97cbcd87246bb6133c25531e535;p=packages%2Fo%2Fopenafs.git 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) --- diff --git a/src/viced/host.c b/src/viced/host.c index eaab8077c..01dedb7aa 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -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)));