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:
parent
4b085ea79f
commit
a96a41004c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue