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

Changed dbg message in zone-dump - dump finalization.

parent ae5fef4b
No related branches found
No related tags found
No related merge requests found
......@@ -1058,11 +1058,10 @@ int knot_zdump_binary(knot_zone_contents_t *zone, int fd,
/* Finish the dump. */
if (!write_to_file_crc(buffer, 1, written_bytes, fd, crc)) {
dbg_zdump("zdump: Failed to finalize dump.\n");
fprintf(stderr, "Failed to finalize zone db!\n");
return KNOT_ERROR;
}
*crc = crc_finalize(*crc);
dbg_zdump("zdump: Zone %p dumped successfully.\n", 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