Quantcast

In addon:Scan(): Changed a call to addon:Print() to be addon:Debug().

James D. Callahan III [03-26-10 - 06:44]
In addon:Scan(): Changed a call to addon:Print() to be addon:Debug().
Filename
ARL.lua
diff --git a/ARL.lua b/ARL.lua
index 6822936..f911a62 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -1711,7 +1711,7 @@ do
 					recipe.is_known = true
 					recipes_found = recipes_found + 1
 				else
-					self:Print(self:Red(tradeName .. " " .. SpellString) .. self:White(L["MissingFromDB"]))
+					self:Debug(tradeName .. " " .. SpellString .. self:White(L["MissingFromDB"]))
 				end
 			end
 		end