diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 592166d6499c87170c094f16ae04f72b8df8dd52..ff15fa0f55f00cd35444cf6b696e3264a110f8a9 100644
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -221,6 +221,7 @@ sub RETR_command {
         if($verbose) {
             print STDERR "FTPD: We returned proof we are the test server\n";
         }
+        logmsg "we returned proof that we are the test server\n";
         return 0;
     }