Quantcast

Be slightly less verbose in trace logs when calling state:GetAura().

Johnny C. Lam [12-12-14 - 21:11]
Be slightly less verbose in trace logs when calling state:GetAura().
Filename
Aura.lua
diff --git a/Aura.lua b/Aura.lua
index 2272295..4eabed3 100644
--- a/Aura.lua
+++ b/Aura.lua
@@ -1357,7 +1357,7 @@ statePrototype.GetAuraByGUID = function(state, guid, auraId, filter, mine)
 				state:Log("Aura %s matching '%s' found on %s with (%s, %s)", id, auraId, guid, aura.start, aura.ending)
 				auraFound = aura
 			else
-				state:Log("Aura %s matching '%s' is missing on %s.", id, auraId, guid)
+				--state:Log("Aura %s matching '%s' is missing on %s.", id, auraId, guid)
 			end
 		end
 		if not auraFound then