[tor-commits] [gettor/master] Fix mixed up mail subject and recipient

kaner at torproject.org kaner at torproject.org
Thu Feb 24 19:12:00 UTC 2011


commit 035a5860484a5db1a6e3febaa77810c2767187ac
Author: Christian Fromme <kaner at strace.org>
Date:   Thu Feb 24 13:22:28 2011 +0100

    Fix mixed up mail subject and recipient
---
 lib/gettor/responses.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gettor/responses.py b/lib/gettor/responses.py
index 86e43f2..8a992aa 100644
--- a/lib/gettor/responses.py
+++ b/lib/gettor/responses.py
@@ -243,7 +243,7 @@ class Response:
             num = num + 1
             sub = "[GetTor] Split package [%02d / %02d] " % (num, nFiles) 
             txt = getSplitPackageMsg(self.t)
-            msg = self.makeMsg(txt, sub, self.reqInfo['user'], fileName=path)
+            msg = self.makeMsg(txt, self.reqInfo['user'], sub, fileName=path)
             try:
                 status = self.sendEmail(self.reqInfo['user'], msg)
                 logging.info("Package [%02d / %02d] sent. Status: %s" \





More information about the tor-commits mailing list