]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
load: replace 'corrected' with 'updated' in log message
authorDaniel Salzman <daniel.salzman@nic.cz>
Wed, 1 Feb 2023 16:31:31 +0000 (17:31 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 1 Feb 2023 18:21:08 +0000 (19:21 +0100)
src/knot/events/handlers/load.c

index 13562ce03bbe247aec1eae5eea71416aba9f44ed..f2aecdc1c4d454a5f63f467549a3a73c5ba092ae 100644 (file)
@@ -155,7 +155,7 @@ int event_load(conf_t *conf, zone_t *zone)
                        conf_val_t policy = conf_zone_get(conf, C_SERIAL_POLICY, zone->name);
                        uint32_t set = serial_next(serial, conf_opt(&policy), 1);
                        zone_contents_set_soa_serial(zf_conts, set);
-                       log_zone_info(zone->name, "zone file parsed, serial corrected %u -> %u",
+                       log_zone_info(zone->name, "zone file parsed, serial updated %u -> %u",
                                      zone->zonefile.serial, set);
                        zone->zonefile.serial = set;
                } else {