From 635d3a392d366714cbb29a7a6538e7b88d0bd210 Mon Sep 17 00:00:00 2001 From: hurtcrushing Date: Mon, 25 Oct 2021 14:54:03 +0200 Subject: [PATCH] change warning to info --- mvt/ios/modules/net_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/ios/modules/net_base.py b/mvt/ios/modules/net_base.py index 8b1bccc..adc92f5 100644 --- a/mvt/ios/modules/net_base.py +++ b/mvt/ios/modules/net_base.py @@ -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"""