Skip to content

Commit

Permalink
Minor change in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuolo authored and francescobrivio committed Feb 14, 2023
1 parent dc9d127 commit 09d7995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const BeamSpotOnlineObjects* OnlineBeamSpotESProducer::compareBS(const BeamSpotO
return bs2;
} else {
edm::LogInfo("OnlineBeamSpotESProducer")
<< "Defaulting to fake because despite both payloads are young enough, none has the right BeamType.";
<< "Defaulting to fake because despite both payloads are young enough, none has passed the fit sanity checks";
return nullptr;
}
}
Expand Down

0 comments on commit 09d7995

Please sign in to comment.