From 5643aeca6215b0d90967041862b5a07d4954065f Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Mon, 11 Oct 2010 23:42:05 -0400 Subject: [PATCH] fix another bad debug log --- pyfpdb/Hud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 94baaa55..56d184d5 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -393,7 +393,7 @@ class Hud: if self.hud_params['h_agg_bb_mult'] != num \ and getattr(self, 'h_aggBBmultItem'+str(num)).get_active(): - log.debug('set_player_aggregation', num) + log.debug('set_player_aggregation %d', num) self.hud_params['h_agg_bb_mult'] = num for mult in ('1', '2', '3', '10', '10000'): if mult != str(num):