diff options
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; } |