]> sjero.net Git - wget/commitdiff
Fix some log messages.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 7 Jul 2012 08:27:09 +0000 (10:27 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 7 Jul 2012 08:27:09 +0000 (10:27 +0200)
src/ChangeLog
src/http.c
src/main.c

index 7b2bde0ec8a040088421619075e65291b7e40b7d..f8f7a49e6e9aa64b0ce599ebe0307b93b5203547 100644 (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'.
index 8d4edba5ba3852b0cd2219fbb0f6d07539c7a406..1a4b2e101ac11b26d59ff4eb074cc543adbb2464 100644 (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:
index 96d7d57f3227ace5cb76a909db32e9be917c7e64..b8b286996ded6c5ff9b01b64468c82c0376dc0aa 100644 (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;
     }