aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq/zmqutil.cpp')
-rw-r--r--src/zmq/zmqutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq/zmqutil.cpp b/src/zmq/zmqutil.cpp
index f0568634d4..cf3a0b2d71 100644
--- a/src/zmq/zmqutil.cpp
+++ b/src/zmq/zmqutil.cpp
@@ -12,5 +12,5 @@
void zmqError(const std::string& str)
{
- LogPrint(BCLog::ZMQ, "zmq: Error: %s, msg: %s\n", str, zmq_strerror(errno));
+ LogPrint(BCLog::ZMQ, "Error: %s, msg: %s\n", str, zmq_strerror(errno));
}