* src/convert.c (convert_links): Fix previous commit

This commit is contained in:
Tim Rühsen 2020-02-12 10:52:06 +01:00
parent fe4ade75cf
commit 8bc1d1447b

View File

@ -240,7 +240,7 @@ convert_links (const char *file, struct urlpos *links)
logputs (LOG_VERBOSE, _("nothing to do.\n"));
return;
}
logputs (LOG_VERBOSE, _("%d.\n"), dry_count);
logprintf (LOG_VERBOSE, _("%d.\n"), dry_count);
}
fm = wget_read_file (file);