Skip to content
Snippets Groups Projects
Commit 1ceb77b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

requests to the ftp server!
parent 3430ce79
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment