diff --git a/src/viced/host.c b/src/viced/host.c index eaab8077c2..01dedb7aa7 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)));