From d1f6f205c073a979b420a859f2f14bb6565439e8 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 15 Nov 2016 09:04:32 -0800 Subject: [PATCH] No output during level 0 debug. --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index e44de814..b18d81cc 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -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()