From d8f1cc3a0bd85dd172191cb160a4003db6dc9a52 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 10 Feb 2006 17:11:45 +0000 Subject: [PATCH] STABLE14-viced-log-typo-20060210 missing % in format string causes crash at log level 125 (cherry picked from commit d2de9e69bc08e04c00083166a59847be246a9e8c) --- 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 d85651564..72ad74d06 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1031,7 +1031,7 @@ removeInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port) assert(host); assert(host->interface); - ViceLog(125, ("removeInterfaceAddr : host %s:d addr %s:%d\n", + ViceLog(125, ("removeInterfaceAddr : 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