1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Check for requested verbosity in logputs.

Published in <sxswuzjk0v6.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic 2001-12-19 01:36:58 -08:00
parent ca9319aaba
commit 001cac91a4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-12-19 Hrvoje Niksic <hniksic@arsdigita.com>
* log.c (logputs): Check for requested verbosity before printing
anything.
2001-12-19 Hrvoje Niksic <hniksic@arsdigita.com>
* html-url.c (tag_handle_link): Treat the "shortcut icon" link as

View File

@ -307,6 +307,7 @@ logputs (enum log_options o, const char *s)
check_redirect_output ();
if (!(fp = get_log_fp ()))
return;
CHECK_VERBOSE (o);
fputs (s, fp);
if (save_context_p)