From 4c9cc8a724dfee204fb7a42632c1cc802e6aa83f Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:01:26 +0900 Subject: Old logging infrastructure removed Signed-off-by: Martin Sustrik --- src/monitor.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/monitor.cpp') diff --git a/src/monitor.cpp b/src/monitor.cpp index 77bb8f1..95212fd 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -44,6 +44,10 @@ void zmq::monitor_t::stop () send_stop (); } +void zmq::monitor_t::log (int sid_, const char *text_) +{ +} + void zmq::monitor_t::process_plug () { // Schedule sending of the first snapshot. -- cgit v1.2.3