]> granicus.if.org Git - curl/commitdiff
log when we've returned verification that we are the test server
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Apr 2003 08:42:14 +0000 (08:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Apr 2003 08:42:14 +0000 (08:42 +0000)
tests/ftpserver.pl

index 592166d6499c87170c094f16ae04f72b8df8dd52..ff15fa0f55f00cd35444cf6b696e3264a110f8a9 100644 (file)
@@ -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;
     }