Skip to content

Commit

Permalink
info isn't debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc authored and tarekziade committed Mar 14, 2012
1 parent c31c171 commit e4306ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circus/trainer.py
Expand Up @@ -67,7 +67,7 @@ def stop(self, graceful=True):
if not self.alive:
return

logger.info('Stopping the trainer')
logger.debug('Stopping the trainer')
self.alive = False
# kill flies
for show in self.shows:
Expand Down

0 comments on commit e4306ae

Please sign in to comment.