diff --git a/src/zm_monitor_onvif.cpp b/src/zm_monitor_onvif.cpp index 7d4abda29..0d839d7a6 100644 --- a/src/zm_monitor_onvif.cpp +++ b/src/zm_monitor_onvif.cpp @@ -1073,7 +1073,7 @@ bool ONVIF::Renew() { } if (proxyEvent.Renew(subscription_address_.c_str(), nullptr, &wsnt__Renew, wsnt__RenewResponse) != SOAP_OK) { - Error("ONVIF: Couldn't do Renew! Error %i %s, %s", soap->error, soap_fault_string(soap), soap_fault_detail(soap)); + Debug(1, "ONVIF: Couldn't do Renew! Error %i %s, %s", soap->error, soap_fault_string(soap), soap_fault_detail(soap)); if (soap->error == 12) { // ActionNotSupported Debug(2, "ONVIF: Renew not supported by device, continuing without renewal"); setHealthy(true);