Skip to content

Commit

Permalink
demote to LogWarning for all
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Jun 28, 2016
1 parent 1e52bdb commit 340444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackingTools/TrackFitters/src/TrajectoryStateCombiner.cc
Expand Up @@ -18,7 +18,7 @@ TrajectoryStateCombiner::combine(const TSOS& Tsos1, const TSOS& Tsos2) const {

if(!ok) {
if (! (C1(0,0) == 0.0 && C2(0,0) == 0.0) )//do not make noise about obviously bad input
edm::LogError("MatrixInversionFailure")
edm::LogWarning("MatrixInversionFailure")
<<"the inversion of the combined error matrix failed. Impossible to get a combined state."
<<"\nmatrix 1:"<<C1
<<"\nmatrix 2:"<<C2;
Expand Down

0 comments on commit 340444c

Please sign in to comment.