diff options
-rw-r--r-- | app/models/exim_log.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/exim_log.rb b/app/models/exim_log.rb index 864d5bf89..d02a327e7 100644 --- a/app/models/exim_log.rb +++ b/app/models/exim_log.rb @@ -18,7 +18,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: exim_log.rb,v 1.4 2009-02-09 09:51:53 francis Exp $ +# $Id: exim_log.rb,v 1.5 2009-02-27 18:52:57 francis Exp $ class EximLog < ActiveRecord::Base belongs_to :info_request @@ -97,7 +97,7 @@ class EximLog < ActiveRecord::Base raise "unexpected parsing of exim line" end - STDERR.puts exim_log.line # debugging + STDERR.puts "check_recent_requests_have_been_sent test: " + exim_log.line # debugging found = true end end |