bbimage: Add call to init logging variable
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 9 Sep 2006 21:43:06 +0000 (21:43 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 9 Sep 2006 21:43:06 +0000 (21:43 +0000)
bin/bbimage

index 9656c05..9adedbf 100755 (executable)
@@ -27,6 +27,7 @@ type = "jffs2"
 cfg_bb = data.init()
 cfg_oespawn = data.init()
 
+bb.msg.set_debug_level(0)
 
 def usage():
     print "Usage: bbimage [options ...]"