Update of /cvsroot/mailman/mailman/bin
In directory usw-pr-cvs1:/tmp/cvs-serv4651

Modified Files:
        qrunner 
Log Message:
make_qrunner(): We really need to log more information about the
import error.  This probably would have helped Brett Delmage debug his
problem easier.


Index: qrunner
===================================================================
RCS file: /cvsroot/mailman/mailman/bin/qrunner,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -d -r2.6 -r2.7
*** qrunner     16 Mar 2002 06:57:37 -0000      2.6
--- qrunner     8 Apr 2002 06:23:24 -0000       2.7
***************
*** 105,108 ****
--- 105,109 ----
              # Exit with SIGTERM exit code so mailmanctl won't try to restart us
              print >> sys.stderr, 'Cannot import runner module', modulename
+             print >> sys.stderr, e
              sys.exit(signal.SIGTERM)
          else:



_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to