Skip to content

Commit

Permalink
zmq: log outbound message high water mark when reusing socket
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jan 19, 2019
1 parent f55808a commit f1dc693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zmq/zmqpublishnotifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f1dc693

Please sign in to comment.