change warning to info

This commit is contained in:
hurtcrushing 2021-10-25 14:54:03 +02:00
parent 2d78bddbba
commit 635d3a392d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class NetBase(IOSExtraction):
self.log.warning(msg)
if not proc["live_proc_id"]:
self.log.warning(f"Found process entry in ZPROCESS but not in ZLIVEUSAGE : {proc['proc_name']} at {proc['live_isodate']}")
self.log.info(f"Found process entry in ZPROCESS but not in ZLIVEUSAGE : {proc['proc_name']} at {proc['live_isodate']}")
def check_manipulated(self):
"""Check for missing or manipulate DB entries"""