diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index 18d3d0db8..bdf5fe38f 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -416,12 +416,12 @@ Monitor::Monitor( { if ( purpose != QUERY ) { - Error( "Shared data not initialised by capture daemon" ); + 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" ); + Warning( "Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor %s", name ); } }