aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-01 08:42:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-01 08:42:14 +0000
commit92872a2a3c7a54c480a5374a217c98642ae0f3cc (patch)
tree58646a5c7b6ffb0615ea45a258713eec457fc875
parent16ddb09cb45266fcce11a1c1b1eabf351764ef39 (diff)
log when we've returned verification that we are the test server
-rw-r--r--tests/ftpserver.pl1
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;
}