]> sjero.net Git - wget/commitdiff
Picked off remaining escnonprint call.
authorMicah Cowan <micah@cowan.name>
Mon, 26 May 2008 18:36:42 +0000 (11:36 -0700)
committerMicah Cowan <micah@cowan.name>
Mon, 26 May 2008 18:36:42 +0000 (11:36 -0700)
src/ChangeLog
src/ftp.c

index 5fa5ec9403b7bc6b45c7f7301c46c131e9a431e8..279f52c72a54d9e2159aed315f576fa46bd9822f 100644 (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
index 17df502996cae7154b8cb0d7b82f3fa3bd692d6f..7256faa360b24252906cf1f7a91394807bb74e88 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -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);