1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Change this log to debug level

This commit is contained in:
Chris Henning 2022-06-12 17:59:18 -04:00
parent 4bf2965cc5
commit afda16853b

View File

@ -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']: