diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index c2868a7c622..1b81c4a36e6 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1402,8 +1402,10 @@ Interactively, with a prefix arg, FORCE is t." ((and (not force) (flymake--with-backend-state backend state (flymake--state-disabled state))) - (flymake-log :debug "Backend %s is disabled, not starting" - backend)) + (flymake-log :debug "Backend %s is disabled, not starting: %S" + backend + (flymake--with-backend-state backend state + (flymake--state-disabled state)))) (t (flymake--run-backend backend backend-args))) nil)))