Skip to content

Commit df069cc

Browse files
authored
Shorten overly verbose message
1 parent a3e87f4 commit df069cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format/clang-format.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ the function `buffer-file-name'."
236236
(defun clang-format--on-save-buffer-hook ()
237237
"The hook to run on buffer saving to format the buffer."
238238
;; Demote errors as this is user configurable, we can't be sure it wont error.
239-
(when (with-demoted-errors "clang-format-on-save: Error %S"
239+
(when (with-demoted-errors "clang-format: Error %S"
240240
(funcall clang-format-on-save-p))
241241
(clang-format-buffer))
242242
;; Continue to save.

0 commit comments

Comments
 (0)