Fix an exception caused by too few variables for string formatting

This commit is contained in:
blitzman
2017-03-26 23:51:05 -04:00
parent 6ececbb81a
commit cb77987129

View File

@@ -421,7 +421,7 @@ class Fit(object):
self.recalc(fit)
def changeActiveFighters(self, fitID, fighter, amount):
pyfalog.debug("Changing active fighters ({0}) for fit ({1}) to amount: {2}", fighter.itemID, amount)
pyfalog.debug("Changing active fighters ({0}) for fit ({1}) to amount: {2}", fighter.itemID, fitID, amount)
fit = eos.db.getFit(fitID)
fighter.amountActive = amount