From: Dan Fandrich Date: Mon, 23 Jul 2007 17:51:43 +0000 (+0000) Subject: Log the " wasn't handled" error normally since it is now expected X-Git-Tag: curl-7_17_0-preldapfix~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc44fb1dc8b974d62638c50fb66c31ffa0554a18;p=thirdparty%2Fcurl.git Log the " wasn't handled" error normally since it is now expected to occur in a couple of tests. --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index b23efd9403..e5be66f8af 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"; }