Index: CVSROOT/syncmail ================================================================== --- CVSROOT/syncmail +++ CVSROOT/syncmail @@ -274,14 +274,15 @@ L.append(s) specs = L if verbose: print 'Generating notification message...' + print 'Debug statement: in mtt/CVSROOT/syncmail' blast_mail(subject, people, specs[1:], contextlines) if verbose: print 'Generating notification message... done.' if __name__ == '__main__': main() sys.exit(0)