mirror of
https://github.com/corda/corda.git
synced 2025-03-10 22:44:20 +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)) {
|
if (knownQueues.add(queueName)) {
|
||||||
maybeCreateQueue(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)
|
producer!!.send(queueName, artemisMessage)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user