1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Logger has no such method .warning. Closes #582

This commit is contained in:
Thomas Reynolds 2012-09-05 10:21:02 -07:00
parent 4b085ea79f
commit a96a41004c

View file

@ -113,7 +113,7 @@ module Middleman
end
if ext_module.nil?
logger.warning "== Unknown Extension: #{ext}"
logger.error "== Unknown Extension: #{ext}"
else
logger.debug "== Activating: #{ext}"
self.class.register(ext_module, options, &block)