Picked off remaining escnonprint call.

This commit is contained in:
Micah Cowan 2008-05-26 11:36:42 -07:00
parent e416bb27cb
commit 1859cd569b
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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);