X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.c;h=311cb97289537c3bf10e3435f69a536acf88bb16;hp=974951a1c580357866741f8b0630d6afc138f425;hb=2524076dd238f47d3d45368a6b2722931cea577e;hpb=ba909b24ec6f847b685e111a2cb753c496673824 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;