mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
Commented out redundant error output for bins.
This commit is contained in:
parent
846dc5647d
commit
31ad9e7b89
6
Yard.pm
6
Yard.pm
@ -1271,9 +1271,9 @@ sub find_file_in_path {
|
||||
my($abs_file) = "$dir/$file";
|
||||
return $abs_file if -e $abs_file;
|
||||
}
|
||||
if ( !-e "$path[$#path]/$file") {
|
||||
info(1,"gBootRoot Error: Couldn't find $file\n");
|
||||
}
|
||||
# if ( !-e "$path[$#path]/$file") {
|
||||
# info(1,"gBootRoot Error: Couldn't find $file\n");
|
||||
# }
|
||||
undef;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user