diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 12:25:49 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 12:25:49 +0000 |
commit | c544e7307d0c2d0befeaf84a7be4a16080de9389 (patch) | |
tree | 5e1bb18601d9e39f34648f68c8fca60257325f07 | |
parent | 2361c2d1ac2ab61248c02c4447dc273e299e2532 (diff) | |
parent | 4e61749bf5103ee5e7d1a6348273281f08d1a6f3 (diff) |
Merge branch 'release/0.5' into wdtk
-rw-r--r-- | vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb index 33ad70d5f..592784ba1 100644 --- a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb +++ b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb @@ -544,7 +544,7 @@ module ActsAsXapian # was updated a second time by another process. In that case # ActsAsXapianJob.delete_all in xapian_mark_needs_index below # might have removed the first job record while we are working on it. - STDOUT.puts("job with #{id} vanished under foot") if verbose + #STDERR.puts("job with #{id} vanished under foot") if verbose next end STDOUT.puts("ActsAsXapian.update_index #{job.action} #{job.model} #{job.model_id.to_s} #{Time.now.to_s}") if verbose |