diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-01 08:42:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-01 08:42:14 +0000 |
commit | 92872a2a3c7a54c480a5374a217c98642ae0f3cc (patch) | |
tree | 58646a5c7b6ffb0615ea45a258713eec457fc875 /tests | |
parent | 16ddb09cb45266fcce11a1c1b1eabf351764ef39 (diff) |
log when we've returned verification that we are the test server
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ftpserver.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |