Skip to content

Commit 1a2bbfe

Browse files
committed
Add connection_name to SendTimeoutExpired
1 parent 529c257 commit 1a2bbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ipm/Sender.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ ERS_DECLARE_ISSUE(ipm,
4343
((std::string)connection_name))
4444
ERS_DECLARE_ISSUE(ipm,
4545
SendTimeoutExpired,
46-
"Unable to send within timeout period (timeout period was " << timeout << " milliseconds)",
47-
((int)timeout)) // NOLINT
46+
connection_name << ": Unable to send within timeout period (timeout period was " << timeout << " milliseconds)",
47+
((std::string)connection_name)((int)timeout)) // NOLINT
4848

4949
// Reenable coverage collection LCOV_EXCL_STOP
5050
} // namespace dunedaq

0 commit comments

Comments
 (0)