gnodet-bot commented on code in PR #26802:
URL: https://github.com/apache/camel/pull/26802#discussion_r4085062479
##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultErrorRegistry.java:
##########
@@ -300,6 +300,11 @@ private static String[] captureMessageHistory(Exchange
exchange) {
String nodeId = mh.getNode() != null ? mh.getNode().getId() : null;
long elapsed = mh.getElapsed();
String step = mh.getRouteId() + "[" + nodeId + "]";
+ // where the step is in the source, so the reader can go to the
line (CAMEL-24972)
Review Comment:
test comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]