Mercurial > wow > itemauditor
comparison Modules/Debug.lua @ 39:003de902ae64
Implemented COD mail. This loses the ability to track postage, but that will be restored next.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Mon, 19 Jul 2010 20:16:40 -0700 |
parents | 554b30908b33 |
children | e7d287cc3b02 |
comparison
equal
deleted
inserted
replaced
38:e27d13095b49 | 39:003de902ae64 |
---|---|
1 local addonName, addonTable = ...; | 1 local addonName, addonTable = ...; |
2 local addon = _G[addonName] | 2 local addon = _G[addonName] |
3 | |
4 local utils = addonTable.utils | |
5 | |
6 | 3 |
7 function addon:Debug(msg, ...) | 4 function addon:Debug(msg, ...) |
8 msg = format(msg, ...) | 5 msg = format(msg, ...) |
9 self:Log(msg, " |cffffff00DEBUG") | 6 self:Log(msg, " |cffffff00DEBUG") |
10 end | 7 end |