Skip to content
Snippets Groups Projects
Commit 9c684ee2 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Small fix.

parent ee2347b9
No related branches found
No related tags found
No related merge requests found
......@@ -1030,7 +1030,15 @@ static int zones_insert_zones(knot_nameserver_t *ns,
"stub zone.\n");
knot_zone_deep_free(&sz, 0);
sz = 0;
} else {
log_server_info("Will attempt to "
"bootstrap zone "
"%s from AXFR "
"master.\n",
z->name);
--inserted;
}
} else {
debug_zones("Failed to create "
"stub zone.\n");
......
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