Lines Matching refs:debug
141 def debug(msg) : function
544 debug("Getting the list of files in the base area");
547 debug("Found " + str(len(baseFilesList)) + " files")
549 debug("Getting the list of files in the patch area");
552 debug("Found " + str(len(ptchFilesList)) + " files")
555 debug("Determining the list of regular files in the base area");
562 debug("Found " + str(len(compFiles)) + " files")
565 debug("Determining the list of regular files in the patch area");
572 debug("Found " + str(len(ptchList)) + " files")
575 debug("Searching for deleted files by comparing the lists")
579 debug("Found " + str(len(deletedFiles)) + " deleted files")
583 debug("Eliminating deleted files from the list of objects")
589 debug("List for comparison reduced to " + str(len(compFiles))
593 debug("Getting the list of newly added files")
597 debug("Found " + str(len(newFiles)) + " new files")
782 debug("CTF: Found {}".format(diff_ctf.genunix1))
783 debug("CTF: Found {}".format(diff_ctf.genunix2))
1351 debug("Performing cleanup (" + str(ret) + ")")
1489 debug("base workspace root: {}".format(baseWsRoot))
1490 debug("ptch workspace root: {}".format(ptchWsRoot))
1546 debug("The list will appear after the processing is done")
1571 debug("Setting signal handler")
1577 debug("Spawning " + str(max_threads) + " threads");
1584 debug("Waiting for the threads to finish")