diff python/ppci/c3/builder.py @ 305:0615b5308710

Updated docs
author Windel Bouwman
date Fri, 06 Dec 2013 13:50:38 +0100
parents 6753763d3bec
children b145f8e6050b
line wrap: on
line diff
--- a/python/ppci/c3/builder.py	Fri Dec 06 12:45:02 2013 +0100
+++ b/python/ppci/c3/builder.py	Fri Dec 06 13:50:38 2013 +0100
@@ -57,7 +57,7 @@
 
     def build(self, srcs, imps=[]):
         """ Create IR-code from sources """
-        self.logger.info('Starting build with {} source files'.format(len(srcs)))
+        self.logger.info('Building {} source files'.format(len(srcs)))
         self.ok = True
         for pkg in self.checkSource(srcs, imps):
             # Only return ircode when everything is OK