From 92872a2a3c7a54c480a5374a217c98642ae0f3cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Apr 2003 08:42:14 +0000 Subject: log when we've returned verification that we are the test server --- tests/ftpserver.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ftpserver.pl') 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; } -- cgit v1.2.3