diff python/ppci/c3/codegenerator.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 56e6ff84f646
children d1ecc493384e
line wrap: on
line diff
--- a/python/ppci/c3/codegenerator.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/python/ppci/c3/codegenerator.py	Thu Feb 13 22:02:08 2014 +0100
@@ -34,7 +34,7 @@
         self.pkg = pkg
         self.intType = pkg.scope['int']
         self.boolType = pkg.scope['bool']
-        self.logger.info('Generating ir-code for {}'.format(pkg.name), extra={'c3_ast':pkg})
+        self.logger.debug('Generating ir-code for {}'.format(pkg.name), extra={'c3_ast':pkg})
         self.varMap = {}    # Maps variables to storage locations.
         self.funcMap = {}
         self.m = ir.Module(pkg.name)