slightly better types debug message

This commit is contained in:
Thomas Reynolds 2014-10-18 12:50:18 -05:00
parent d0a9f01b2f
commit 6a3d2e7e4e

View file

@ -220,7 +220,7 @@ module Middleman
.to_a .to_a
.each do |f| .each do |f|
add_file_to_cache(f) add_file_to_cache(f)
logger.debug "== Change (#{f[:types]}): #{f[:relative_path]}" logger.debug "== Change (#{f[:types].inspect}): #{f[:relative_path]}"
end end
valid_removes = removed_paths valid_removes = removed_paths
@ -231,7 +231,7 @@ module Middleman
.to_a .to_a
.each do |f| .each do |f|
remove_file_from_cache(f) remove_file_from_cache(f)
logger.debug "== Deletion (#{f[:types]}): #{f[:relative_path]}" logger.debug "== Deletion (#{f[:types].inspect}): #{f[:relative_path]}"
end end
run_callbacks( run_callbacks(