From adab918d58a762971d3c742f4fe0529cbd31ac35 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 Feb 2007 21:33:52 +0000 Subject: syntax fix git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@259 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- split-mailman-mails-and-discard-and-save | 4 ++-- 1 file 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 -- cgit v1.2.3