From 9afcb2529a72f0169313d65b8410f5093d14fc0a Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Mon, 13 Mar 2006 20:53:14 +0000 Subject: [PATCH] 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 --- src/viced/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/host.c b/src/viced/host.c index 26e7d3ba2..437efb7e5 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -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))); -- 2.39.5