mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-03-12 09:29:51 +00:00
ZMQ: log internal listening port
This commit is contained in:
parent
b96dfa602b
commit
738b2e416e
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ ZMQReader::ZMQReader(const std::string& address, uint32_t zmq_port, const std::s
|
|||
throw zmq::error_t(EFSM);
|
||||
}
|
||||
|
||||
LOGINFO(5, "listening on tcp://127.0.0.1:" << m_publisherPort << " for internal communications");
|
||||
|
||||
m_subscriber.set(zmq::sockopt::connect_timeout, 1000);
|
||||
|
||||
if (!m_proxy.empty()) {
|
||||
|
|
Loading…
Reference in a new issue