Commit 92872a2a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 16ddb09c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }