Skip to content
Snippets Groups Projects
Commit 6a301ef8 authored by Ian Longden's avatar Ian Longden
Browse files

output to stdout rather than stderr the list of masters not found. This is to...

output to stdout rather than stderr the list of masters not found. This is to keep the error file for serious problems
parent 3884f95d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ sub run {
}
else{
if($mismatch < 10){
print STDERR "Could not find master $master\n";
print "Could not find master $master\n";
}
$mismatch++;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment