added node count added to slice.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 29 Nov 2007 18:26:06 +0000 (18:26 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 29 Nov 2007 18:26:06 +0000 (18:26 +0000)
siriusnodes.py

index 1e9aef6..6f5fb41 100644 (file)
@@ -35,6 +35,7 @@ def main(argv = None):
 
        for node in nodestoadd: newnodes.append(node)
 
+       print "Adding %s nodes to Sirius slice." % newnodes.__len__()
        # Add to Sirius slice
        if debug:
                print newnodes