We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529c257 commit 1a2bbfeCopy full SHA for 1a2bbfe
include/ipm/Sender.hpp
@@ -43,8 +43,8 @@ ERS_DECLARE_ISSUE(ipm,
43
((std::string)connection_name))
44
ERS_DECLARE_ISSUE(ipm,
45
SendTimeoutExpired,
46
- "Unable to send within timeout period (timeout period was " << timeout << " milliseconds)",
47
- ((int)timeout)) // NOLINT
+ connection_name << ": Unable to send within timeout period (timeout period was " << timeout << " milliseconds)",
+ ((std::string)connection_name)((int)timeout)) // NOLINT
48
49
// Reenable coverage collection LCOV_EXCL_STOP
50
} // namespace dunedaq
0 commit comments