mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
Log the "<CMD> wasn't handled" error normally since it is now expected
to occur in a couple of tests.
This commit is contained in:
parent
77b0efdbc2
commit
cc44fb1dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue