Skip to content

Commit

Permalink
change level of obsolete flymake log to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeacock19 committed Mar 3, 2024
1 parent 8ef6ac5 commit 372b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flymake-languagetool.el
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ STATUS provided from `url-retrieve'."
(kill-buffer c-buf))
((not proc-current)
(with-current-buffer source-buffer
(flymake-log :warning "Skipping an obsolete check"))
(flymake-log :debug "Skipping an obsolete check"))
(kill-buffer c-buf)))))

(defun flymake-languagetool--check (report-fn text start end)
Expand Down

0 comments on commit 372b39d

Please sign in to comment.