mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use Gnulib's quote function in log.c.
This commit is contained in:
parent
f468a6eb80
commit
b53c77dfc0
@ -8,6 +8,7 @@
|
||||
* ftp-opie.c: Likewise.
|
||||
* gnutls.c: Likewise.
|
||||
* init.c: Likewise.
|
||||
* log.c: Likewise.
|
||||
|
||||
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
||||
|
||||
|
@ -781,8 +781,8 @@ redirect_output (void)
|
||||
logfp = unique_create (DEFAULT_LOGFILE, false, &logfile);
|
||||
if (logfp)
|
||||
{
|
||||
fprintf (stderr, _("\n%s received, redirecting output to `%s'.\n"),
|
||||
redirect_request_signal_name, logfile);
|
||||
fprintf (stderr, _("\n%s received, redirecting output to %s.\n"),
|
||||
redirect_request_signal_name, quote (logfile));
|
||||
xfree (logfile);
|
||||
/* Dump the context output to the newly opened log. */
|
||||
log_dump_context ();
|
||||
|
Loading…
Reference in New Issue
Block a user