]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
viced-log-typo-20060210
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 10 Feb 2006 17:07:43 +0000 (17:07 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 10 Feb 2006 17:07:43 +0000 (17:07 +0000)
missing % in format string causes crash at log level 125

src/viced/host.c

index ecb3885e39f5b99f751dfcda69bfd2dc103a12ad..99ce60b1f00d67625fb5f256252fed86fd05a2bb 100644 (file)
@@ -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)));