Skip to content
Snippets Groups Projects
Commit 2c24a122 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

notify: log level set to warning if fails

parent 51a1daf5
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ static int event_notify(zone_t *zone)
ZONE_QUERY_LOG(LOG_INFO, zone, iface, "NOTIFY", "sent (serial %u).",
zone_contents_serial(zone->contents));
} else {
ZONE_QUERY_LOG(LOG_ERR, zone, iface, "NOTIFY", "%s", knot_strerror(ret));
ZONE_QUERY_LOG(LOG_WARNING, zone, iface, "NOTIFY", "%s", knot_strerror(ret));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment