Skip to content

Commit

Permalink
DPL: fix bad API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 31, 2023
1 parent b9ddf10 commit 63f4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/src/DataSender.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void DataSender::verifyMissingSporadic() const
{
for (auto present : mPresent) {
if (!present) {
LOGP(debug, O2DataModelHelpers::describeMissingOutputs(mOutputs, mPresent).c_str());
LOGP(debug, "{}", O2DataModelHelpers::describeMissingOutputs(mOutputs, mPresent).c_str());
return;
}
}
Expand Down

0 comments on commit 63f4e35

Please sign in to comment.