diff --git a/src/zcompile/zcompile.c b/src/zcompile/zcompile.c index 1144591e7af4c524193f3d0c79f1e3078b7ea640..37a79b9b65aecfd485a85f4cb6271d29c41052c8 100644 --- a/src/zcompile/zcompile.c +++ b/src/zcompile/zcompile.c @@ -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; }