]> granicus.if.org Git - curl/commitdiff
Log the "<CMD> wasn't handled" error normally since it is now expected
authorDan Fandrich <dan@coneharvesters.com>
Mon, 23 Jul 2007 17:51:43 +0000 (17:51 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 23 Jul 2007 17:51:43 +0000 (17:51 +0000)
to occur in a couple of tests.

tests/ftpserver.pl

index b23efd94038f607901960f5752cde0839ca9baf7..e5be66f8afc825932c067038aa6b059ff1981216 100644 (file)
@@ -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";
         }