From ead73689db79fecc3e17215d100ab52ce4377657 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 2 May 2006 12:05:13 +0000 Subject: add automatic payload compression method to LinuxBIOS git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/config.g | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/newconfig') diff --git a/util/newconfig/config.g b/util/newconfig/config.g index bc3ff6b3dd..fbd3dcc6ac 100644 --- a/util/newconfig/config.g +++ b/util/newconfig/config.g @@ -182,7 +182,7 @@ def warning(string): def notice(string): """Print notice message""" - print "===> NOTE: %s" % string + #print "===> NOTE: %s" % string def exitiferrors(): """Exit parser if an error has been encountered""" @@ -1024,7 +1024,8 @@ def getoptionvalue(name, op, image): global global_option_values #print "getoptionvalue name %s op %s image %s\n" % (name, op,image) if (op == 0): - print_stack() + # we want to debug config files, not the config tool, so no: + # print_stack() fatal("Option %s undefined (missing use command?)" % name) if (image): v = getdict(image.getvalues(), name) -- cgit v1.2.3