Skip to content

Commit

Permalink
Show path to cache initialization (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmomogwai authored and bbatsov committed May 9, 2019
1 parent 61c1d19 commit 171af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ https://github.com/abo-abo/swiper")))
;; Calculate the list of files.
(when (null files)
(when projectile-enable-caching
(message "Projectile is initializing cache..."))
(message "Projectile is initializing cache for %s ..." project-root))
(setq files
(if (eq projectile-indexing-method 'alien)
;; In alien mode we can just skip reading
Expand Down

0 comments on commit 171af0b

Please sign in to comment.