Add debug of reason why we are not running a monitor

This commit is contained in:
Isaac Connor
2022-05-30 09:52:24 -04:00
parent 8f5850e404
commit 1fc66d3fbf

View File

@@ -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