.formatted_topic has moved back to Jekyll::Logger. Update Build.watch to use it

This commit is contained in:
Parker Moore 2013-04-14 20:21:39 +02:00
parent 85fc27bdd5
commit e0335e2167
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module Jekyll
dw.add_observer do |*args|
t = Time.now.strftime("%Y-%m-%d %H:%M:%S")
print Jekyll.formatted_topic("Regenerating:") + "#{args.size} files at #{t} "
print Jekyll::Logger.formatted_topic("Regenerating:") + "#{args.size} files at #{t} "
self.process_site(site)
puts "...done."
end