Lines Matching refs:debug
99 logging.debug('Got NodesChanged signal when loop is running.')
101 logging.debug('count = %d', self._count)
103 logging.debug('Quit main loop')
106 logging.debug('Got NodesChanged signal when loop is not running.'
120 logging.debug(
204 logging.debug('Before starting the counter')
205 logging.debug('nodes = %s', pprint.pformat(self._nodes))
213 logging.debug('Start counting for signal %s', self._signal_name)
220 logging.debug('Count result: %s', self._count)
227 logging.debug('Got %s signal when loop is running.',
230 logging.debug('Getting nodes.')
232 logging.debug('nodes = %s', pprint.pformat(nodes))
234 logging.debug('Nodes did not change. Ignore redundant signal')
238 logging.debug('count = %d', self._count)
240 logging.debug('Got %s signal when loop is not running.'
248 logging.debug('Should stop')
261 logging.debug('main loop is running in _check_quit_main_loop')
263 logging.debug('Quit main loop because of stop command')
267 logging.debug('No stop command, keep running')
270 logging.debug(
293 logging.debug('There is no NodesChanged signal, as expected')