--- src/ftpclass.cc.orig	2010-01-23 19:33:49.000000000 +0100
+++ src/ftpclass.cc	2010-01-23 19:33:21.000000000 +0100
@@ -422,6 +422,7 @@
       if(re_match(all_lines,rexp,REG_ICASE))
       {
 	 LogNote(9,_("Server reply matched ftp:retry-530, retrying"));
+	 LogNote(3,all_lines);
 	 goto retry;
       }
       if(!user)
@@ -430,6 +431,7 @@
 	 if(re_match(all_lines,rexp,REG_ICASE))
 	 {
 	    LogNote(9,_("Server reply matched ftp:retry-530-anonymous, retrying"));
+	    LogNote(3,all_lines);
 	    goto retry;
 	 }
       }

