Skip to content

Commit 4183d1a

Browse files
authored
remove the use of ferr that may cause the garfield problem
1 parent a3f0b6f commit 4183d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/framework/core/src/TRestRun.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TRestRun::TRestRun(string filename) {
4646
Initialize();
4747
LoadConfigFromFile(filename);
4848
} else {
49-
ferr << "TRestRun::TRestRun(): input file error!" << endl;
49+
// ferr << "TRestRun::TRestRun(): input file error!" << endl;
5050
}
5151
}
5252

0 commit comments

Comments
 (0)