we need to hide this warning since it otherwise appears on all verifiedserver
requests to the ftp server!
This commit is contained in:
Родитель
3430ce7907
Коммит
1ceb77b4dc
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче