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: #61492
This commit is contained in:
parent
22611a77ba
commit
f75fcf2985
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user