From: Ed Page Date: Thu, 14 Jan 2010 02:13:28 +0000 (-0600) Subject: Updating todos and logging X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=706af3974ed02302ad436ccf168f38469c789060;hp=3d5f80ff4e1607d37b92566619f1c3d6180fd000;p=theonering Updating todos and logging --- diff --git a/src/gvoice/state_machine.py b/src/gvoice/state_machine.py index 21495a7..511ccde 100644 --- a/src/gvoice/state_machine.py +++ b/src/gvoice/state_machine.py @@ -1,8 +1,7 @@ #!/usr/bin/env python """ -@todo Look into switching from POLL_TIME = min(F * 2^n, MAX) to POLL_TIME = min(CONST + F * 2^n, MAX) -@todo Look into supporting more states that have a different F and MAX +@todo Look into supporting more states """ import logging @@ -239,7 +238,6 @@ class UpdateStateMachine(StateMachine): @gtk_toolbox.log_exception(_moduleLogger) def _on_timeout(self): - _moduleLogger.info("%s Update" % (self._name)) self._timeoutId = None self._schedule_update() for item in self._updateItems: