From 7d4e5226381ec97cbcd87246bb6133c25531e535 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Mon, 13 Mar 2006 21:00:53 +0000 Subject: [PATCH] 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) --- 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 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))); -- 2.39.5