Skip to content

Commit 9b8b184

Browse files
committed
Merge branch 'master' of https://git.savannah.gnu.org/git/wget.git into mydev
switch gnulib back to remote master
2 parents e5d5f50 + 3388a22 commit 9b8b184

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/wget.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ Wget needs to be built with libcares for this option to be available.
634634
@item -t @var{number}
635635
@itemx --tries=@var{number}
636636
Set number of tries to @var{number}. Specify 0 or @samp{inf} for
637-
infinite retrying. The default is to retry 20 times, with the exception
637+
infinite retrying. The default is to try 20 times, with the exception
638638
of fatal errors like ``connection refused'' or ``not found'' (404),
639639
which are not retried.
640640

gnulib

Submodule gnulib updated from 4fd9c32 to 72abb08

src/url.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ maybe_prepend_scheme (const char *url)
625625
return NULL;
626626

627627

628-
fprintf(stderr, "Prepended http:// to '%s'\n", url);
628+
logprintf (LOG_VERBOSE, _ ("Prepended http:// to '%s'\n"), url);
629629
return aprintf ("http://%s", url);
630630
}
631631

0 commit comments

Comments
 (0)