Lines Matching refs:log
230 log = logging.getLogger(__name__)
231 log.debug("test_make_two_spaces")
239 log.debug("%08x" % (root1))
240 log.debug("%08x" % (root2))
241 log.debug("%08x" % (root3))
244 log = logging.getLogger(__name__)
245 log.debug("test_flush_context")
249 log.debug("%08x" % (root1))
254 log = logging.getLogger(__name__)
255 log.debug("test_get_handles")
267 log.debug("%08x" % (handles[0]))
268 log.debug("%08x" % (handles[1]))
271 log = logging.getLogger(__name__)
272 log.debug(sys._getframe().f_code.co_name)
278 log.debug("%08x" % (root1))
298 log = logging.getLogger(__name__)
299 log.debug(sys._getframe().f_code.co_name)
302 log.debug("Calling get_cap in a NON_BLOCKING mode")