]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2273. [bug] Adjust log level to WARNING when saving inconsistant
authorMark Andrews <marka@isc.org>
Sun, 2 Dec 2007 22:27:54 +0000 (22:27 +0000)
committerMark Andrews <marka@isc.org>
Sun, 2 Dec 2007 22:27:54 +0000 (22:27 +0000)
                        stub/slave master and journal files. [RT# 17279]

CHANGES
lib/dns/zone.c

diff --git a/CHANGES b/CHANGES
index 63a1e9ee134684542699b383d2bd88ea5eca41bd..62b17399d02a225da20c6a460dfd17d6402cfda8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2273.  [bug]           Adjust log level to WARNING when saving inconsistant
+                       stub/slave master and journal files. [RT# 17279]
+
 2272.  [bug]           Handle illegal dnssec-lookaside trust-anchor names.
                        [RT #17262]
 
index 209b26a8234feeb25b814e1a4c7a4da7456aa1b3..97890b554d990997d86199c3c7a8e6ee3c74d505 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.469 2007/09/18 00:22:31 marka Exp $ */
+/* $Id: zone.c,v 1.470 2007/12/02 22:27:54 marka Exp $ */
 
 /*! \file */
 
@@ -7919,7 +7919,7 @@ zone_saveunique(dns_zone_t *zone, const char *path, const char *templat) {
        if (result != ISC_R_SUCCESS)
                goto cleanup;
 
-       dns_zone_log(zone, ISC_LOG_INFO, "saved '%s' as '%s'",
+       dns_zone_log(zone, ISC_LOG_WARNING, "saved '%s' as '%s'",
                     path, buf);
 
  cleanup: