gobject-introspection r485 - trunk/giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r485 - trunk/giscanner
- Date: Sun, 24 Aug 2008 22:36:06 +0000 (UTC)
Author: walters
Date: Sun Aug 24 22:36:06 2008
New Revision: 485
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=485&view=rev
Log:
Minor debug tweak
Modified:
trunk/giscanner/glibtransformer.py
Modified: trunk/giscanner/glibtransformer.py
==============================================================================
--- trunk/giscanner/glibtransformer.py (original)
+++ trunk/giscanner/glibtransformer.py Sun Aug 24 22:36:06 2008
@@ -645,8 +645,8 @@
i = 0
self._validating = True
while True:
- print "Type resolution; pass=%d" % (i, )
initlen = len(nodes)
+ print "Type resolution; pass=%d (%d nodes)" % (i, initlen)
nodes = list(self._names.names.itervalues())
for node in nodes:
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]