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
|
end
|
||||||
|
|
||||||
if ext_module.nil?
|
if ext_module.nil?
|
||||||
logger.warning "== Unknown Extension: #{ext}"
|
logger.error "== Unknown Extension: #{ext}"
|
||||||
else
|
else
|
||||||
logger.debug "== Activating: #{ext}"
|
logger.debug "== Activating: #{ext}"
|
||||||
self.class.register(ext_module, options, &block)
|
self.class.register(ext_module, options, &block)
|
||||||
|
|
Loading…
Reference in a new issue