log when we've returned verification that we are the test server

This commit is contained in:
Daniel Stenberg 2003-04-01 08:42:14 +00:00
parent 16ddb09cb4
commit 92872a2a3c

View File

@ -221,6 +221,7 @@ sub RETR_command {
if($verbose) { if($verbose) {
print STDERR "FTPD: We returned proof we are the test server\n"; 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; return 0;
} }