1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

plug.py: more verbose log message on failed while handling CQC mode journal entry

This commit is contained in:
norohind 2021-08-10 16:16:01 +03:00
parent 7b39b0fda0
commit ba38b5f02d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -333,7 +333,7 @@ def notify_journal_entry_cqc(cmdr, is_beta, entry, state):
error = error or newerror
except Exception:
logger.exception(f'Plugin "{plugin.name}" failed')
logger.exception(f'Plugin "{plugin.name}" failed while handling CQC mode journal entry')
return error