fix another bad debug log
This commit is contained in:
parent
25e03489fe
commit
5643aeca62
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user