mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 11:52:27 +03:00
plug.py: more verbose log message on failed while handling CQC mode journal entry
This commit is contained in:
parent
7b39b0fda0
commit
ba38b5f02d
2
plug.py
2
plug.py
@ -333,7 +333,7 @@ def notify_journal_entry_cqc(cmdr, is_beta, entry, state):
|
|||||||
error = error or newerror
|
error = error or newerror
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception(f'Plugin "{plugin.name}" failed')
|
logger.exception(f'Plugin "{plugin.name}" failed while handling CQC mode journal entry')
|
||||||
|
|
||||||
return error
|
return error
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user