diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-07-23 17:51:43 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-07-23 17:51:43 +0000 |
commit | cc44fb1dc8b974d62638c50fb66c31ffa0554a18 (patch) | |
tree | 570f983f2b46c34446f441cedc1470b8032aa70d /tests | |
parent | 77b0efdbc2393fe6d0e1f1fa7438be33c45e1321 (diff) |
Log the "<CMD> wasn't handled" error normally since it is now expected
to occur in a couple of tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index b23efd940..e5be66f8a 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -856,7 +856,7 @@ while(1) { } if($check) { - print STDERR "$FTPCMD wasn't handled!\n"; + logmsg "$FTPCMD wasn't handled!\n"; sendcontrol "500 $FTPCMD is not dealt with!\r\n"; } |