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

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 084cccaa5deb
children d1ecc493384e
line wrap: on
line diff
--- a/python/ppci/c3/parser.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/python/ppci/c3/parser.py	Thu Feb 13 22:02:08 2014 +0100
@@ -19,7 +19,7 @@
         self.diag = diag
 
     def parseSource(self, tokens):
-        self.logger.info('Parsing source')
+        self.logger.debug('Parsing source')
         self.tokens = tokens
         self.token = self.tokens.__next__()
         try: