mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix some log messages.
This commit is contained in:
parent
ae0598df9b
commit
172a117647
@ -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>
|
2012-06-17 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* wget.h: Define `CLOSEFAILED'.
|
* wget.h: Define `CLOSEFAILED'.
|
||||||
|
@ -3118,7 +3118,7 @@ Spider mode enabled. Check if remote file exists.\n"));
|
|||||||
case WARC_ERR:
|
case WARC_ERR:
|
||||||
/* A fatal WARC error. */
|
/* A fatal WARC error. */
|
||||||
logputs (LOG_VERBOSE, "\n");
|
logputs (LOG_VERBOSE, "\n");
|
||||||
logprintf (LOG_NOTQUIET, _("Cannot write to WARC file..\n"));
|
logprintf (LOG_NOTQUIET, _("Cannot write to WARC file.\n"));
|
||||||
ret = err;
|
ret = err;
|
||||||
goto exit;
|
goto exit;
|
||||||
case WARC_TMP_FOPENERR: case WARC_TMP_FWRITEERR:
|
case WARC_TMP_FOPENERR: case WARC_TMP_FWRITEERR:
|
||||||
|
@ -1188,7 +1188,7 @@ main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("Both --no-clobber and --convert-links were specified,"
|
_("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;
|
opt.noclobber = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user