From 3c15b95ae3cb2ee2f73457ac15689bfa32299ded Mon Sep 17 00:00:00 2001 From: pschifferer Date: Fri, 24 Apr 2009 04:42:53 +0000 Subject: [PATCH] Reduced the logging level of a sanity check, since its output during some circumstances is apparently not as useful as orginally intended. --- CauldronUtil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CauldronUtil.lua b/CauldronUtil.lua index d374470..fbb2cf2 100644 --- a/CauldronUtil.lua +++ b/CauldronUtil.lua @@ -86,7 +86,7 @@ function Cauldron:ReagentCount(reagent) -- sanity checks if not reagent then - self:error("No reagent specified for count!"); + self:debug("No reagent specified for count!"); return count; end -- 1.7.9.5