From: Daniel Stenberg Date: Tue, 1 Apr 2003 08:42:14 +0000 (+0000) Subject: log when we've returned verification that we are the test server X-Git-Tag: curl-7_10_4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92872a2a3c7a54c480a5374a217c98642ae0f3cc;p=curl log when we've returned verification that we are the test server --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 592166d64..ff15fa0f5 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; }