Lines Matching refs:print_debug
29 def print_debug(msg):
37 print_debug("%s: permission denied: %s" % (fullpath, err))
41 print_debug("%s: the file is too big: %d bytes" % (fullpath, size))
47 print_debug("%s: access denied: %s" % (fullpath, err))
63 print_debug("%s: appears to be binary" % fullpath)
85 print_debug("%s: cannot compile: %s" % (fullpath, err))
105 print_debug("testing: %s" % path)
110 print_debug(" it is a directory")
117 print_debug("testing: %s" % fullpath)
121 print_debug(" unknown type")