]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
viced-log-fix-typo-20060313
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Mon, 13 Mar 2006 20:53:14 +0000 (20:53 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 13 Mar 2006 20:53:14 +0000 (20:53 +0000)
fix typo in addInterfaceAddr_r that is identical to the one that
was fixed by viced-log-fix-type-20060210 in removeInterfaceAddr_r

src/viced/host.c

index 26e7d3ba2f9263ef310592ac084810995f245221..437efb7e5d60b8f3ca3173397d4d78f11fa472a3 100644 (file)
@@ -992,7 +992,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)));