mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-25 09:11:53 -04:00
Change error log to debug log for Renew failure
change from error to debug, is not necesary an error and if left like that can fill system/zmc logs.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user