From afda16853bf01cb16da47e1cc2be5c23210c4136 Mon Sep 17 00:00:00 2001 From: Chris Henning Date: Sun, 12 Jun 2022 17:59:18 -0400 Subject: [PATCH] Change this log to debug level --- plugins/eddn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index bc458494..79d0ac81 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -1337,7 +1337,7 @@ class EDDN: # Elisions entry = filter_localised(entry) if "USSType" in entry and entry["USSType"] == "$USS_Type_MissionTarget;": - logger.warning("USSType is $USS_Type_MissionTarget;, dropping") + logger.debug("USSType is $USS_Type_MissionTarget;, dropping") return 'Dropping $USS_Type_MissionTarget;' # Can check SystemAddress here, but we'll remove it from this signal list, to be added to the batch if this.systemaddress is None or this.systemaddress != entry['SystemAddress']: