From 172a11764713faeb7eb6ce569c032b1b1e37e370 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 7 Jul 2012 10:27:09 +0200 Subject: [PATCH] Fix some log messages. --- src/ChangeLog | 6 ++++++ src/http.c | 2 +- src/main.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7b2bde0e..f8f7a49e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-07-07 Giuseppe Scrivano + + * http.c (http_loop): Fix log message. + * main.c (main): Likewise. + Reported by: Petr Pisar + 2012-06-17 Giuseppe Scrivano * wget.h: Define `CLOSEFAILED'. diff --git a/src/http.c b/src/http.c index 8d4edba5..1a4b2e10 100644 --- a/src/http.c +++ b/src/http.c @@ -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: diff --git a/src/main.c b/src/main.c index 96d7d57f..b8b28699 100644 --- a/src/main.c +++ b/src/main.c @@ -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; } -- 2.39.2