[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-19-ge600e18

Sandro Tosi morph at debian.org
Wed Aug 17 14:44:22 UTC 2011


The following commit has been merged in the master branch:
commit 8e90545fca14bf6a9b2c8cdcff66c3e7e091ee4b
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Aug 17 01:23:09 2011 +0200

    clarify message when exiting from mutt without sending

diff --git a/reportbug/submit.py b/reportbug/submit.py
index f735c76..313b47b 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -448,7 +448,7 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
                     fh, msgname = TempFile(prefix=tfprefix, dir=draftpath)
                     fh.write(message)
                     fh.close()
-                    ewrite('Original write failed, wrote bug report to %s\n', msgname)
+                    ewrite('Draft saved into %s\n', msgname)
                     succeeded = True
             else:
                 succeeded = True

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list