Fix some log messages.

This commit is contained in:
Giuseppe Scrivano 2012-07-07 10:27:09 +02:00
parent ae0598df9b
commit 172a117647
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-07-07 Giuseppe Scrivano <gscrivano@gnu.org>
* http.c (http_loop): Fix log message.
* main.c (main): Likewise.
Reported by: Petr Pisar <petr.pisar@atlas.cz>
2012-06-17 Giuseppe Scrivano <gscrivano@gnu.org>
* wget.h: Define `CLOSEFAILED'.

View File

@ -3118,7 +3118,7 @@ Spider mode enabled. Check if remote file exists.\n"));
case WARC_ERR:
/* A fatal WARC error. */
logputs (LOG_VERBOSE, "\n");
logprintf (LOG_NOTQUIET, _("Cannot write to WARC file..\n"));
logprintf (LOG_NOTQUIET, _("Cannot write to WARC file.\n"));
ret = err;
goto exit;
case WARC_TMP_FOPENERR: case WARC_TMP_FWRITEERR:

View File

@ -1188,7 +1188,7 @@ main (int argc, char **argv)
{
fprintf (stderr,
_("Both --no-clobber and --convert-links were specified,"
"only --convert-links will be used.\n"));
" only --convert-links will be used.\n"));
opt.noclobber = false;
}