Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2009-02-21 02:52:51 (GMT)
committer Johan Dahlin <johan@gnome.org>2009-02-21 02:52:51 (GMT)
commit5d26fb10599a80a47dc87d607da6fc7e2d2ef77d (patch)
tree152a9101b9f02bd01567d1f7a05627e6e4d7fa6a
parente7d92fc89744acbe40b385ab6a88cf4c3f27b05f (diff)
Mention that we're generating a GIR
-rw-r--r--giscanner/dumper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index c0a895d..95a66ab 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -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)