From b65452c509ba2e6296bc0a64c1afa32fbb76e750 Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 24 Feb 2009 20:16:25 +0000 Subject: [PATCH] Add some more debug info for the case where your recipes aren't displayed and we don't know why. (Ticket 390) --- ARLFrame.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index a0015f5..ee4d492 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -1097,10 +1097,15 @@ local function RecipeList_Update() end else addon:Print(L["NO_DISPLAY"]) + addon:Print("DEBUG: recipes_total check for 0") addon:Print("DEBUG: recipes_total: " .. playerData.recipes_total) + addon:Print("DEBUG: recipes_total check for equal to recipes_total") addon:Print("DEBUG: recipes_known: " .. playerData.recipes_known) + addon:Print("DEBUG: recipes_total: " .. playerData.recipes_total) + addon:Print("DEBUG: recipes_total_filtered - recipes_known_filtered = 0") addon:Print("DEBUG: recipes_total_filtered: " .. playerData.recipes_total_filtered) addon:Print("DEBUG: recipes_known_filtered: " .. playerData.recipes_known_filtered) + addon:Print("DEBUG: excluded_recipes_unknown ~= 0") addon:Print("DEBUG: excluded_recipes_unknown: " .. playerData.excluded_recipes_unknown) end -- 1.7.9.5