1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-14 21:40:42 +08:00

* src/http.c (http_loop): Hide password when printing status with -nv

Reported-By: Per Lundberg <perlun@gmail.com>
Closes: 
This commit is contained in:
Darshit Shah 2021-12-01 23:38:12 +01:00
parent 22611a77ba
commit f75fcf2985

View File

@ -4796,7 +4796,7 @@ Remote file exists.\n\n"));
number_to_static_string (hstat.len));
logprintf (LOG_NONVERBOSE,
"%s URL:%s [%s] -> \"%s\" [%d]\n",
tms, u->url, number_to_static_string (hstat.len),
tms, url_string (u, URL_AUTH_HIDE_PASSWD), number_to_static_string (hstat.len),
hstat.local_file, count);
}
++numurls;