From 693f2a9e7b9a869dfab1f5fff9523775af1efa16 Mon Sep 17 00:00:00 2001 From: Peter Eliasson Date: Wed, 3 Aug 2016 21:36:15 +0200 Subject: [PATCH] Added debug print --- src/inspect.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/inspect.lua b/src/inspect.lua index 252ba7b..b5c659b 100644 --- a/src/inspect.lua +++ b/src/inspect.lua @@ -142,7 +142,10 @@ end function inspect:GroupInSpecT_InspectReady(evt, guid, unit) -- As getting the itemLevel can be slow, we don't perform this -- action for players that are not currently part of our guild. - if not addon:IsInMyGuild(unit) then return end + if not addon:IsInMyGuild(unit) then + self:Debug("inspect:GroupInSpecT_InspectReady", unit, "is not in our guild"); + return; + end self.playerInfo[guid] = self.playerInfo[guid] or {}; local playerInfo = self.playerInfo[guid]; -- 1.7.9.5