No output during level 0 debug.

This commit is contained in:
Matt Guthaus 2016-11-15 09:04:32 -08:00
parent cbc0f7c5d2
commit d1f6f205c0
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def setup_paths():
if not OPTS.openram_temp.endswith('/'):
OPTS.openram_temp += "/"
debug.info(0, "Temporary files saved in " + OPTS.openram_temp)
debug.info(1, "Temporary files saved in " + OPTS.openram_temp)
cleanup_paths()