mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-24 23:52:00 +02:00
zmq: log outbound message high water mark when reusing socket
This commit is contained in:
parent
f55808ad69
commit
f1dc6932e9
@ -101,6 +101,7 @@ bool CZMQAbstractPublishNotifier::Initialize(void *pcontext)
|
||||
else
|
||||
{
|
||||
LogPrint(BCLog::ZMQ, "zmq: Reusing socket for address %s\n", address);
|
||||
LogPrint(BCLog::ZMQ, "zmq: Outbound message high water mark for %s at %s is %d\n", type, address, outbound_message_high_water_mark);
|
||||
|
||||
psocket = i->second->psocket;
|
||||
mapPublishNotifiers.insert(std::make_pair(address, this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user