Skip to content
Snippets Groups Projects
Commit 76459856 authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

catalog: log catalog update

parent 276106c4
No related branches found
No related tags found
1 merge request!1111implemented zone data backup
......@@ -737,6 +737,9 @@ static int update_catalog(conf_t *conf, zone_update_t *update)
}
if (ret == KNOT_EOK) {
log_zone_info(update->zone->name, "catalog reloaded, -%zu +%zu members",
trie_weight(update->zone->catalog_upd->rem),
trie_weight(update->zone->catalog_upd->add));
if (kill(getpid(), SIGUSR1) != 0) {
ret = knot_map_errno();
}
......
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