Skip to content

Commit

Permalink
Report FATAL error when ext_data_clnt::setup() failed to map all items.
Browse files Browse the repository at this point in the history
  • Loading branch information
inkdot7 committed May 5, 2023
1 parent 6eba638 commit e16e9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r3bsource/base/R3BUcesbSource.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ Bool_t R3BUcesbSource::InitUnpackers()
R3BLOG(warn, "ext_data_clnt::setup() failed to map all items:");
ext_data_struct_info_print_map_success(fStructInfo, stderr, map_ok);
/* FairRunOnline::Init() ignores the return value from
* GetSource()->InitUnpackers(); so do a (FATAL) error.
* GetSource()->InitUnpackers(); so do a FATAL error.
*/
R3BLOG(error,
R3BLOG(fatal,
"ext_data_clnt::setup() mapping failure may "
"cause unexpected analysis results due to missing "
"data members. Unpacker needs fixing.");
Expand Down

0 comments on commit e16e9d5

Please sign in to comment.