|
From: <di...@us...> - 2007-03-13 05:20:36
|
Revision: 460
http://safekeep.svn.sourceforge.net/safekeep/?rev=460&view=rev
Author: dimi
Date: 2007-03-12 22:20:24 -0700 (Mon, 12 Mar 2007)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2007-03-09 17:48:55 UTC (rev 459)
+++ safekeep/trunk/safekeep 2007-03-13 05:20:24 UTC (rev 460)
@@ -84,7 +84,7 @@
cout.close()
def send_notification(email, smtp):
- info('Sending email to %s via %s' % (','.join(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.
|