From ba38b5f02de65c5fcd6d4a0d49258ff22170c637 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:16:01 +0300 Subject: [PATCH] plug.py: more verbose log message on failed while handling CQC mode journal entry --- plug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.py b/plug.py index 02bd89d3..9c63b98c 100644 --- a/plug.py +++ b/plug.py @@ -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