=== modified file 'pkgcore_checks/pcheck.py' --- pkgcore_checks/pcheck.py 2008-06-24 17:40:36 +0000 +++ pkgcore_checks/pcheck.py 2008-10-19 01:29:26 +0000 @@ -517,7 +517,8 @@ if not pipes: out.write(out.fg('red'), ' * ', out.reset, 'No checks!') else: - err.write('Running %i tests' % (len(sinks) - len(bad_sinks),)) + if options.debug: + err.write('Running %i tests' % (len(sinks) - len(bad_sinks),)) for source, pipe in pipes: pipe.start() reporter.start_check(list(base.collect_checks_classes(pipe)),