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

Suits: Only debug log if we can't find loadout for DeleteSuitLoadout

This commit is contained in:
Athanasius 2021-05-01 10:31:08 +01:00
parent 0e18666054
commit 81104ca973

View File

@ -1014,7 +1014,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
except KeyError:
# This should no longer happen, as we're now handling CreateSuitLoadout properly
logger.exception(f"loadout slot id {loadout_id} doesn't exist, not in last CAPI pull ?")
logger.debug(f"loadout slot id {loadout_id} doesn't exist, not in last CAPI pull ?")
elif event_type == 'RenameSuitLoadout':
# alpha4