Home | History | Annotate | Download | only in valgrind

Lines Matching full:logging

5 import logging
24 logging.info("running %s in the background" % " ".join(proc))
37 logging.info("running %s, timeout %d sec" % (" ".join(proc), timeout))
52 logging.info("started subprocess")
69 logging.info("process timed out")
71 logging.info("process ended, did not time out")
79 logging.error("KILLED %d" % p.pid)
83 logging.error("TIMEOUT waiting for %s" % proc[0])
89 logging.info("flushing stdout")
92 logging.info("collecting result code")
95 logging.error("%s exited with non-zero result code %d" % (proc[0], result))
167 logging.info('export %s=%s', env_name, env_value)
226 logging.warning("WARNING: cygpath error: %s", err)