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

Fixes #1079

parent 26160049
No related branches found
No related tags found
No related merge requests found
......@@ -1844,8 +1844,8 @@ int zone_read(const char *name, const char *zonefile, const char *outfile,
}
if (!zone_open(zonefile, 3600, DNSLIB_CLASS_IN, origin_node, scanner)) {
fprintf(stderr, "Cannot open '%s': %s.",
zonefile, ebuf);
fprintf(stderr, "Cannot open '%s'\n",
zonefile);
zparser_free();
return KNOT_ZCOMPILE_EZONEINVAL;
}
......
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