mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Fix erroneous log statement that corrupts the logs.
This commit is contained in:
parent
7e7bf08062
commit
16eda06095
@ -345,7 +345,7 @@ class NodeMessagingClient(config: NodeConfiguration,
|
||||
if (knownQueues.add(queueName)) {
|
||||
maybeCreateQueue(queueName)
|
||||
}
|
||||
log.info("send to: $queueName topic: ${message.topicSession.topic} sessionID: ${message.topicSession.sessionID} uuid: $message.uniqueMessageId")
|
||||
log.info("send to: $queueName topic: ${message.topicSession.topic} sessionID: ${message.topicSession.sessionID} uuid: ${message.uniqueMessageId}")
|
||||
producer!!.send(queueName, artemisMessage)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user