From: Mark Andrews Date: Wed, 31 Jul 2002 02:22:15 +0000 (+0000) Subject: missing %s in format X-Git-Tag: v9.2.3rc1~104^2~439 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=31fd8a17fb3d7322d9dd34f8aba2b3c7526a280a;p=thirdparty%2Fbind9.git missing %s in format --- diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index 988fac1a8f0..412ccfa3682 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.c,v 1.108 2002/06/25 04:08:43 marka Exp $ */ +/* $Id: xfrout.c,v 1.109 2002/07/31 02:22:15 marka Exp $ */ #include @@ -1142,7 +1142,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) { keyname[0] = '\0'; if (is_poll) xfrout_log1(client, question_name, question_class, - ISC_LOG_DEBUG(1), "IXFR poll up to date%s", + ISC_LOG_DEBUG(1), "IXFR poll up to date%s%s", (xfr->tsigkey != NULL) ? ": TSIG " : "", keyname); else xfrout_log1(client, question_name, question_class,