Skip to content
Snippets Groups Projects
Commit 41e23d2c authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Removed a buggy debug message.

parent e27860ac
No related branches found
No related tags found
No related merge requests found
......@@ -334,10 +334,7 @@ static knot_rdata_t *knot_load_rdata(uint16_t type, FILE *f,
if (use_ids && !in_the_zone) {
dbg_zload_detail("zload: load_rdata: "
"Freeing node owned by: %s. "
"Caused by dname: %s.\n",
knot_dname_to_str(
items[i].dname->node->owner),
"Freeing node owned by: %s.",
knot_dname_to_str(items[i].dname));
/* Destroy the node */
assert(!in_the_zone);
......
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