summaryrefslogtreecommitdiff
path: root/src/ctx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.cpp')
-rw-r--r--src/ctx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp
index 2034f57..65c5316 100644
--- a/src/ctx.cpp
+++ b/src/ctx.cpp
@@ -72,7 +72,7 @@ zmq::ctx_t::ctx_t (uint32_t io_threads_) :
// Create the logging infrastructure.
log_socket = create_socket (ZMQ_PUB);
zmq_assert (log_socket);
- rc = log_socket->bind ("inproc://log");
+ rc = log_socket->bind ("sys://log");
zmq_assert (rc == 0);
}