diff --git a/server/rssanity.cpp b/server/rssanity.cpp index fa46f74dbc..36ff87e227 100644 --- a/server/rssanity.cpp +++ b/server/rssanity.cpp @@ -1228,7 +1228,8 @@ bool sanity_check_ruleset_data(bool ignore_retired) problem = action_enabler_suggest_improvement(enabler); if (problem != nullptr) { // There is a potential for improving this enabler. - qCWarning(deprecations_category, "%s", problem->description); + qCWarning(deprecations_category, "Enabler for action %s: %s", + action_id_rule_name(act), problem->description); } } }