mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Picked off remaining escnonprint call.
This commit is contained in:
parent
e416bb27cb
commit
1859cd569b
@ -1,3 +1,8 @@
|
||||
2008-05-26 Steven Schubiger <schubiger@gmail.com>
|
||||
|
||||
* ftp.c (getftp): Replace last remaining invocation of escnonprint
|
||||
with gnulib quote.
|
||||
|
||||
2008-05-19 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* main.c (main): Password prompt should be done only once (not
|
||||
|
@ -808,8 +808,8 @@ Error in server response, closing control connection.\n"));
|
||||
if (!exists)
|
||||
{
|
||||
logputs (LOG_VERBOSE, "\n");
|
||||
logprintf (LOG_NOTQUIET, _("No such file `%s'.\n"),
|
||||
escnonprint (u->file));
|
||||
logprintf (LOG_NOTQUIET, _("No such file %s.\n"),
|
||||
quote (u->file));
|
||||
}
|
||||
}
|
||||
fd_close (csock);
|
||||
|
Loading…
Reference in New Issue
Block a user