Skip to content

Commit fb08487

Browse files
committed
Demote warning to debug level
1 parent d7257f8 commit fb08487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ bool CheckResidSpec::processITSTrack(const o2::its::TrackITS& iTrack, const o2::
404404
innerDone = true;
405405
}
406406
} else {
407-
LOGP(warn, "No cluster on lr {}", i);
407+
LOGP(debug, "No cluster on lr {}", i);
408408
}
409409
}
410410
}

0 commit comments

Comments
 (0)