.formatted_topic has moved back to Jekyll::Logger. Update Build.watch to use it
This commit is contained in:
parent
85fc27bdd5
commit
e0335e2167
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue