]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove spurious newline in EDNS EXPIRE logging
authorEvan Hunt <each@isc.org>
Wed, 10 Aug 2016 16:25:48 +0000 (09:25 -0700)
committerEvan Hunt <each@isc.org>
Wed, 10 Aug 2016 16:25:48 +0000 (09:25 -0700)
Patch submitted by Tony Finch (dot@dotat.at).

lib/dns/zone.c

index 96a71d0e09e25302a8b3c8560ce536f375f9aa14..a12a1eb599a4023a9a0ea90113c79ff93f1a2334 100644 (file)
@@ -11262,7 +11262,7 @@ get_edns_expire(dns_zone_t * zone, dns_message_t *message,
                        }
                        expire = isc_buffer_getuint32(&optbuf);
                        dns_zone_log(zone, ISC_LOG_DEBUG(1),
-                                    "got EDNS EXPIRE of %u\n", expire);
+                                    "got EDNS EXPIRE of %u", expire);
                        /*
                         * Trim *expirep?
                         */