Skip to content

Commit 94c006a

Browse files
ktfplariono
authored andcommitted
DPL: fix typo in format
1 parent 15b0fa3 commit 94c006a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/ArrowSupport.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
399399
}
400400
if (forwarded) {
401401
O2_SIGNPOST_EVENT_EMIT(rate_limiting, sid, "offer",
402-
"Message %{public}.4s/%{public}16.s is forwarded so we are not returning its memory.",
402+
"Message %{public}.4s/%{public}.16s is forwarded so we are not returning its memory.",
403403
dh->dataOrigin.str, dh->dataDescription.str);
404404
continue;
405405
}

0 commit comments

Comments
 (0)