diff --git a/Common/Utils/src/DebugStreamer.cxx b/Common/Utils/src/DebugStreamer.cxx index 42cc64d4a689a..5aafb3467365e 100644 --- a/Common/Utils/src/DebugStreamer.cxx +++ b/Common/Utils/src/DebugStreamer.cxx @@ -67,7 +67,7 @@ bool o2::utils::DebugStreamer::checkStream(const StreamFlags streamFlag, const s if (sampling.first != SamplingTypes::sampleAll) { auto sampleTrack = [&]() { if (samplingID == -1) { - LOGP(fatal, "Sampling type sampleID not supported for stream flag {}", streamFlag); + LOGP(fatal, "Sampling type sampleID not supported for stream flag {}", (int)streamFlag); } // sample on samplingID (e.g. track level) static thread_local std::unordered_map> idMap;