zmq: log outbound message high water mark when reusing socket
This commit is contained in:
parent
f55808ad69
commit
f1dc6932e9
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ bool CZMQAbstractPublishNotifier::Initialize(void *pcontext)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogPrint(BCLog::ZMQ, "zmq: Reusing socket for address %s\n", address);
|
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;
|
psocket = i->second->psocket;
|
||||||
mapPublishNotifiers.insert(std::make_pair(address, this));
|
mapPublishNotifiers.insert(std::make_pair(address, this));
|
||||||
|
|
Loading…
Reference in a new issue