summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-23 17:51:43 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-23 17:51:43 +0000
commitcc44fb1dc8b974d62638c50fb66c31ffa0554a18 (patch)
tree570f983f2b46c34446f441cedc1470b8032aa70d /tests
parent77b0efdbc2393fe6d0e1f1fa7438be33c45e1321 (diff)
downloadcurl-cc44fb1dc8b974d62638c50fb66c31ffa0554a18.tar.gz
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.pl2
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";
}