summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/dumper.py')
-rw-r--r--giscanner/dumper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index c0a895d0..95a66ab9 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)