X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhttp.c;h=311cb97289537c3bf10e3435f69a536acf88bb16;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=974951a1c580357866741f8b0630d6afc138f425;hpb=ae042e99cffce562d8595fc884302c4326228b44;p=wget diff --git a/src/http.c b/src/http.c index 974951a1..311cb972 100644 --- a/src/http.c +++ b/src/http.c @@ -2782,7 +2782,7 @@ Remote file exists.\n\n")); if (finished) { logprintf (LOG_NONVERBOSE, - _("%s URL:%s %2d %s\n"), + _("%s URL: %s %2d %s\n"), tms, u->url, hstat.statcode, hstat.message ? quotearg_style (escape_quoting_style, hstat.message) : ""); goto exit;