From 81104ca973f21093ea5365186985504a7d330752 Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Sat, 1 May 2021 10:31:08 +0100 Subject: [PATCH] Suits: Only debug log if we can't find loadout for DeleteSuitLoadout --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index d80262f0..666301b8 100644 --- a/monitor.py +++ b/monitor.py @@ -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