Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Mar 6, 2024
1 parent e213a5c commit f3621b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Framework/Core/src/DeviceSpecHelpers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -960,12 +960,12 @@ void DeviceSpecHelpers::processInEdgeActions(std::vector<DeviceSpec>& devices,
// Lifetime::Timer to Lifetime::Timeframe, so that we can
// synchronize the devices without creating a new timer.
if (edge.isForward && route.matcher.lifetime == Lifetime::Timer) {
LOGP(warn, "Warning: Forwarding timer {} from {} to a {} as both requested it."
" If this is undesired, please make sure to use two different data matchers for their InputSpec.",
DataSpecUtils::describe(route.matcher).c_str(),
producer.name.c_str(),
consumer.name.c_str()
);
LOGP(warn,
"Warning: Forwarding timer {} from {} to a {} as both requested it."
" If this is undesired, please make sure to use two different data matchers for their InputSpec.",
DataSpecUtils::describe(route.matcher).c_str(),
producer.name.c_str(),
consumer.name.c_str());
route.matcher.lifetime = Lifetime::Timeframe;
}

Expand Down

0 comments on commit f3621b5

Please sign in to comment.