summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp
index 748a339..af4303c 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -52,7 +52,7 @@ namespace zmq
void destroy_socket (class socket_base_t *socket_);
// Logs an message.
- void log (zmq_msg_t *msg_);
+ void log (const char *format_, ...);
// Chooses least loaded I/O thread.
class io_thread_t *choose_io_thread (uint64_t affinity_);