Skip to content

Commit f1dc693

Browse files
committed
zmq: log outbound message high water mark when reusing socket
1 parent f55808a commit f1dc693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zmq/zmqpublishnotifier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ bool CZMQAbstractPublishNotifier::Initialize(void *pcontext)
101101
else
102102
{
103103
LogPrint(BCLog::ZMQ, "zmq: Reusing socket for address %s\n", address);
104+
LogPrint(BCLog::ZMQ, "zmq: Outbound message high water mark for %s at %s is %d\n", type, address, outbound_message_high_water_mark);
104105

105106
psocket = i->second->psocket;
106107
mapPublishNotifiers.insert(std::make_pair(address, this));

0 commit comments

Comments
 (0)