From cc44fb1dc8b974d62638c50fb66c31ffa0554a18 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 23 Jul 2007 17:51:43 +0000 Subject: Log the " wasn't handled" error normally since it is now expected to occur in a couple of tests. --- tests/ftpserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit v1.2.3