[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.124,1.125

Kenny Pitt kpitt at users.sourceforge.net
Wed Jan 21 14:40:53 EST 2004


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv27832

Modified Files:
	addin.py 
Log Message:
Fix confusing error log message.  Timer delay values are configured in
seconds, not milliseconds.


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** addin.py	22 Dec 2003 03:16:29 -0000	1.124
--- addin.py	21 Jan 2004 19:40:51 -0000	1.125
***************
*** 293,297 ****
                  print "*" * 50
                  print "The timer is configured to fire way " + too + \
!                   "(delay=%s milliseconds, interval=%s milliseconds)" \
                    % (start_delay, interval)
                  print "Please adjust your configuration.  The timer is NOT enabled..."
--- 293,297 ----
                  print "*" * 50
                  print "The timer is configured to fire way " + too + \
!                   " (delay=%s seconds, interval=%s seconds)" \
                    % (start_delay, interval)
                  print "Please adjust your configuration.  The timer is NOT enabled..."





More information about the Spambayes-checkins mailing list