metest.el:

(metest-error): Convert back to error.
This commit is contained in:
Eric Ludlam 2021-03-10 19:54:04 -05:00
parent 27e654c9c0
commit e57ff3e005
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ Do error checking to provide easier debugging."
(file-name-nondirectory (buffer-file-name))
(line-number-at-pos)))
(post (apply 'format args)))
(message (concat pre post))))
(error (concat pre post))))
;;; Logging prormance data for the tests
;;