From cb77fe457aa20a620a0b54c78f6f42acf5d9aafb Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 24 Apr 2001 23:03:04 +0000 Subject: [PATCH] "sending notifies (%u)" -> "sending notifies (serial %u)" --- lib/dns/zone.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 8718908830..93c2e20f84 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.318 2001/04/10 19:19:49 bwelling Exp $ */ +/* $Id: zone.c,v 1.319 2001/04/24 23:03:04 gson Exp $ */ #include @@ -2629,7 +2629,8 @@ zone_notify(dns_zone_t *zone) { } if (!loggednotify) { - notify_log(zone, ISC_LOG_INFO, "sending notifies (%u)", + notify_log(zone, ISC_LOG_INFO, + "sending notifies (serial %u)", serial); loggednotify = ISC_TRUE; }