diff lib/sshv2.c @ 571:de0128b73daa

2004-9-29 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - log to the user which directory entries gftp could not parse * src/gtk/bookmarks.c - removed unused function clear_bookmarks_tree()
author masneyb
date Wed, 29 Sep 2004 22:25:00 +0000
parents 7f54d0c0edbc
children 81b957b00691
line wrap: on
line diff
--- a/lib/sshv2.c	Wed Sep 29 21:31:31 2004 +0000
+++ b/lib/sshv2.c	Wed Sep 29 22:25:00 2004 +0000
@@ -1347,6 +1347,10 @@
 
       if ((ret = gftp_parse_ls (request, longname, fle, 0)) < 0)
         {
+          request->logging_function (gftp_logging_error, request,
+                                     _("Warning: Cannot parse listing %s\n"),
+                                     longname);
+
           gftp_file_destroy (fle);
           return (ret);
         }