diff --git a/bin/master.py b/bin/master.py index d37e61b..9b2947d 100644 --- a/bin/master.py +++ b/bin/master.py @@ -101,7 +101,7 @@ if __name__ == '__main__': for i in xrange(expected_participants): worker = outq.get() if options.verbose: - print worker + print "%d of %d : %s" % (i, expected_participants, worker) # run codes results, submit, receive = run_queries(count, order = options.order, extra_points = options.extra, verbose = options.verbose)