From fe261f431c0749367b12c68b8bd672812f661f6e Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:24:31 +0200 Subject: [PATCH] DPL: fix typo in format --- Framework/Core/src/ArrowSupport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/src/ArrowSupport.cxx b/Framework/Core/src/ArrowSupport.cxx index 0e524da280598..a289980349924 100644 --- a/Framework/Core/src/ArrowSupport.cxx +++ b/Framework/Core/src/ArrowSupport.cxx @@ -399,7 +399,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec() } if (forwarded) { O2_SIGNPOST_EVENT_EMIT(rate_limiting, sid, "offer", - "Message %{public}.4s/%{public}16.s is forwarded so we are not returning its memory.", + "Message %{public}.4s/%{public}.16s is forwarded so we are not returning its memory.", dh->dataOrigin.str, dh->dataDescription.str); continue; }