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:
parent
4bf2965cc5
commit
afda16853b
@ -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']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user