From 6593a22f4304e66494de7de0e421f11227a4450d Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 30 Aug 2010 09:19:33 -0600 Subject: [PATCH] Update some comments. --- core.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 71c4165..7bf1e4e 100644 --- a/core.lua +++ b/core.lua @@ -965,7 +965,9 @@ do elseif skill_level >= recipe_entry.optimal_level then diff_color = "optimal" else + --@debug@ addon:Debug("Skill level color fallback: %s.", recipe_string) + --@end-debug@ diff_color = "trivial" end local level_text = string.format(private.SetTextColor(private.difficulty_colors[diff_color], SKILL_LEVEL_FORMAT), recipe_level) @@ -1888,7 +1890,7 @@ do end end -- do - ---Dumps the recipe database in a format that is readable to humans. + ---Dumps the recipe database in a format that is readable to humans (or machines) function addon:GetTextDump(profession) local output = addon.db.profile.textdumpformat table.wipe(text_table) -- 1.7.9.5