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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc44fb1dc8b974d62638c50fb66c31ffa0554a18;p=curl 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 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"; }