|
From: <di...@us...> - 2007-03-09 02:35:11
|
Revision: 455
http://safekeep.svn.sourceforge.net/safekeep/?rev=455&view=rev
Author: dimi
Date: 2007-03-08 18:35:07 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
More tracing
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2007-03-09 02:21:36 UTC (rev 454)
+++ safekeep/trunk/safekeep 2007-03-09 02:35:07 UTC (rev 455)
@@ -84,6 +84,7 @@
cout.close()
def send_notification(email, smtp):
+ info('Sending email to %s via %s' % (','.join(email), smtp)
global logbuf
hostname = socket.gethostname()
msg = 'From: SafeKeep@' + hostname + \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|