]> sjero.net Git - wget/commitdiff
[svn] Removed empty lines in output format.
authormtortonesi <devnull@localhost>
Mon, 30 Jan 2006 10:06:10 +0000 (02:06 -0800)
committermtortonesi <devnull@localhost>
Mon, 30 Jan 2006 10:06:10 +0000 (02:06 -0800)
src/http.c

index a698e636be7e69f15d0bdad340418bcd42919642..a499c176b89e51d0b130dd032313e7138c92c43f 100644 (file)
@@ -2007,7 +2007,7 @@ File `%s' already there; not retrieving.\n\n"), hs->local_file);
   /* Print fetch message, if opt.verbose.  */
   if (opt.verbose)
     {
-      logprintf (LOG_NOTQUIET, _("\nStoring resource in file: `%s'\n"), 
+      logprintf (LOG_NOTQUIET, _("Saving to: `%s'\n"), 
                  HYPHENP (hs->local_file) ? "STDOUT" : hs->local_file);
     }
     
@@ -2156,12 +2156,12 @@ http_loop (struct url *u, char **newloc, char **local_file, const char *referer,
             {
               char tmp[256];
               sprintf (tmp, _("(try:%2d)"), count);
-              logprintf (LOG_NOTQUIET, "--%s--  %s  %s\n\n",
+              logprintf (LOG_NOTQUIET, "--%s--  %s  %s\n",
                          tms, tmp, hurl);
             }
           else 
             {
-              logprintf (LOG_NOTQUIET, "--%s--  %s\n\n",
+              logprintf (LOG_NOTQUIET, "--%s--  %s\n",
                          tms, hurl);
             }