Quantcast

Reduced the logging level of a sanity check, since its output during some circumstances is apparently not as useful as orginally intended.

pschifferer [04-24-09 - 04:42]
Reduced the logging level of a sanity check, since its output during some circumstances is apparently not as useful as orginally intended.
Filename
CauldronUtil.lua
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