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:
Dan Fandrich 2007-07-23 17:51:43 +00:00
Родитель 77b0efdbc2
Коммит cc44fb1dc8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";
}