diff --git a/tasmota/xdrv_39_webcam.ino b/tasmota/xdrv_39_webcam.ino index 841684cd0..eeb2dc301 100644 --- a/tasmota/xdrv_39_webcam.ino +++ b/tasmota/xdrv_39_webcam.ino @@ -524,7 +524,8 @@ void CamHandleRoot(void) { //CamServer->redirect("http://" + String(ip) + ":81/cam.mjpeg"); CamServer->sendHeader("Location", WiFi.localIP().toString() + ":81/cam.mjpeg"); CamServer->send(302, "", ""); - Serial.printf("WC root called"); + //Serial.printf("WC root called"); + AddLog_P2(WC_LOGLEVEL, PSTR("CAM: root called")); } uint16_t motion_detect;