we need to hide this warning since it otherwise appears on all verifiedserver

requests to the ftp server!
This commit is contained in:
Daniel Stenberg 2004-02-26 22:56:32 +00:00
Родитель 3430ce7907
Коммит 1ceb77b4dc
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -103,7 +103,9 @@ sub loadtest {
}
else {
# failure
print STDERR "file $file wouldn't open!\n";
if($warning) {
print STDERR "file $file wouldn't open!\n";
}
return 1;
}
return 0;