Skip to content

Commit c5a234f

Browse files
wiechulashahor02
authored andcommitted
TPC: fix fmt formatting error
1 parent 093db2b commit c5a234f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Utils/src/DebugStreamer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool o2::utils::DebugStreamer::checkStream(const StreamFlags streamFlag, const s
6767
if (sampling.first != SamplingTypes::sampleAll) {
6868
auto sampleTrack = [&]() {
6969
if (samplingID == -1) {
70-
LOGP(fatal, "Sampling type sampleID not supported for stream flag {}", streamFlag);
70+
LOGP(fatal, "Sampling type sampleID not supported for stream flag {}", (int)streamFlag);
7171
}
7272
// sample on samplingID (e.g. track level)
7373
static thread_local std::unordered_map<StreamFlags, std::pair<size_t, bool>> idMap;

0 commit comments

Comments
 (0)