Mention that we're generating a GIR
authorJohan Dahlin <jdahlin@litl.com>
Sat, 21 Feb 2009 02:52:51 +0000 (23:52 -0300)
committerJohan Dahlin <johan@gnome.org>
Sat, 21 Feb 2009 02:52:51 +0000 (23:52 -0300)
giscanner/dumper.py

index c0a895d..95a66ab 100644 (file)
@@ -91,6 +91,7 @@ class DumpCompiler(object):
     # Public API
 
     def run(self):
+        print '  GEN   ' + self._options.output
         c_path = self._generate_tempfile('.c')
         f = open(c_path, 'w')
         f.write(_PROGRAM_TEMPLATE)