From 546b0dd35337c3c4d53ea3ca55e3b6d170b1902d Mon Sep 17 00:00:00 2001 From: Linwood-F Date: Mon, 3 Aug 2015 20:37:17 -0400 Subject: [PATCH] Remove shared data warning for purpose query only --- src/zm_monitor.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index 906ca68f6..b4d559f2e 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -425,10 +425,6 @@ Monitor::Monitor( Error( "Shared data not initialised by capture daemon for monitor %s", name ); exit( -1 ); } - else - { - Warning( "Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor %s", name ); - } } // Will this not happen every time a monitor is instantiated? Seems like all the calls to the Monitor constructor pass a zero for n_zones, then load zones after..