diff --git a/brmbar3/brmbar-gui-qt4.py b/brmbar3/brmbar-gui-qt4.py index dea0807..8f06882 100755 --- a/brmbar3/brmbar-gui-qt4.py +++ b/brmbar3/brmbar-gui-qt4.py @@ -65,9 +65,10 @@ class ShopAdapter(QtCore.QObject): return map def acct_map(self, acct): - logger.debug("acct_map: acct=%s", acct) if acct is None: + logger.debug("acct_map: acct is None") return None + logger.debug("acct_map: acct.acctype=%s", acct.acctype) if acct.acctype == 'debt': return self.acct_debt_map(acct) elif acct.acctype == "inventory":