From 1fc66d3fbf9c17e979e28cda4c7dd0576a7253fa Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 30 May 2022 09:52:24 -0400 Subject: [PATCH] Add debug of reason why we are not running a monitor --- scripts/zmpkg.pl.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/zmpkg.pl.in b/scripts/zmpkg.pl.in index 3036ebe1f..08b36f536 100644 --- a/scripts/zmpkg.pl.in +++ b/scripts/zmpkg.pl.in @@ -235,6 +235,8 @@ if ( $command =~ /^(?:start|restart)$/ ) { } # end if track motion } # end if controllable } # end if ZM_OPT_CONTROL + } else { + Debug("Not running process for Monitor $$monitor{Id} Because Capturing($$monitor{Capturing})== None or Type($$monitor{Type})==Website"); } # end if capturing is not none or Website } # end foreach monitor