Skip to content

Commit

Permalink
log:info -> log:error
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Oct 1, 2023
1 parent cad3e77 commit 1457e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display-2.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
items)))
items)
(error (e)
(log:info e string attributes)
(log:error e string attributes)
nil)))

(defun attribute-foreground-color (attribute)
Expand Down

0 comments on commit 1457e7d

Please sign in to comment.