Put debug lines where they should go to reduce confusing excess logging

pull/3779/head
Isaac Connor 2023-10-24 13:43:10 -04:00
parent 02a65fa6cb
commit 581a6aa6b8
1 changed files with 2 additions and 2 deletions

View File

@ -1868,10 +1868,10 @@ bool Monitor::Poll() {
#endif
} // end if Amcrest or not
} // end if Healthy
Debug(1, "Trying to check RTSP2Web in Poller");
if (RTSP2Web_enabled and RTSP2Web_Manager) {
Debug(1, "Trying to add stream to RTSP2Web");
Debug(1, "Trying to check RTSP2Web in Poller");
if (RTSP2Web_Manager->check_RTSP2Web() == 0) {
Debug(1, "Trying to add stream to RTSP2Web");
RTSP2Web_Manager->add_to_RTSP2Web();
}
}