MCPcopy Create free account
hub / github.com/ElementsProject/elements / zmqError

Function zmqError

src/zmq/zmqutil.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <string>
12
13void zmqError(const std::string& str)
14{
15 LogPrint(BCLog::ZMQ, "zmq: Error: %s, msg: %s\n", str, zmq_strerror(errno));
16}

Callers 4

zmq_send_multipartFunction · 0.85
InitializeMethod · 0.85
NotifyBlockMethod · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected