diff python/ppci/common.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 2c9768114877
children b8ad45b3a573
line wrap: on
line diff
--- a/python/ppci/common.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/python/ppci/common.py	Thu Feb 13 22:02:08 2014 +0100
@@ -58,7 +58,7 @@
         self.logger = logging.getLogger('diagnostics')
 
     def addSource(self, name, src):
-        self.logger.info('Adding source {}'.format(name))
+        self.logger.debug('Adding source {}'.format(name))
         self.sources[name] = src
 
     def addDiag(self, d):