From 3f7d37580075ff1ec40f89c21f452ec1315750d1 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sun, 3 Aug 2014 16:53:13 -0400 Subject: [PATCH] Fixing bug with the logger --- lib/squib/input_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/input_helpers.rb b/lib/squib/input_helpers.rb index ebe36c6..ccefdce 100644 --- a/lib/squib/input_helpers.rb +++ b/lib/squib/input_helpers.rb @@ -36,7 +36,7 @@ module Squib opts[key.to_sym] ||= entry[key] end else - logger.warn "Layout entry #{opts[:layout]} does not exist." + Squib.logger.warn "Layout entry #{opts[:layout]} does not exist." end end opts