summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-02-19 21:33:52 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2007-02-19 21:33:52 +0000
commitadab918d58a762971d3c742f4fe0529cbd31ac35 (patch)
tree96f5d08d90fd43f4b514602965caa54d9607ca50
parent4a04177e98b4fb6a30a894973497594edda58330 (diff)
syntax fix
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@259 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xsplit-mailman-mails-and-discard-and-save4
1 files changed, 2 insertions, 2 deletions
diff --git a/split-mailman-mails-and-discard-and-save b/split-mailman-mails-and-discard-and-save
index 73413a1..0438ce9 100755
--- a/split-mailman-mails-and-discard-and-save
+++ b/split-mailman-mails-and-discard-and-save
@@ -338,10 +338,10 @@ Dir[MAILIN+"/new/*"].each do |filename|
rescue Exception => e2
STDERR.puts "Error when processing #{filename}: #{e}"
STDERR.puts "During error handling we encountered a new problem: #{e2}"
- STDERR.puts "backtrace of e:"+
+ STDERR.puts "backtrace of e:"
STDERR.puts e.backtrace.join("\n")
STDERR.puts
- STDERR.puts "backtrace of e2:"+
+ STDERR.puts "backtrace of e2:"
STDERR.puts e2.backtrace.join("\n")
end
end