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:
parent
0e18666054
commit
81104ca973
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user