New warn! macro; replace debug! with log! macro

This commit is contained in:
Henrik Lissner 2018-02-04 17:53:20 -05:00
parent 7d9f2e5078
commit 7e87ab3e29
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 21 additions and 7 deletions

View file

@ -154,7 +154,7 @@ Used by `doom//packages-update'."
;; asynchronously.
(let (futures)
(dolist (pkg quelpa-pkgs)
(debug! "New thread for: %s" pkg)
(log! "New thread for: %s" pkg)
(push (async-start
`(lambda ()
(setq user-emacs-directory ,user-emacs-directory)