diff options
| author | elijah <elijah@riseup.net> | 2015-04-01 14:28:47 -0700 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2015-04-01 14:28:47 -0700 |
| commit | 459257e0cbd0667a1968d82c41bd2f0a6df1622c (patch) | |
| tree | 40643ba8f436393d2f94d5e0eba250d95b57d1f3 /lib | |
| parent | 1cd2e01f35ebb10a049d29b7047bd54d5a0ff8bb (diff) | |
require couchrest_changes 0.2.1
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tapicero/loop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tapicero/loop.rb b/lib/tapicero/loop.rb index 9c06e52..dc42657 100644 --- a/lib/tapicero/loop.rb +++ b/lib/tapicero/loop.rb @@ -9,7 +9,7 @@ module Tapicero Tapicero.logger.info('Lost contact with couchdb, will try again in 10 seconds') sleep 10 rescue SystemCallError => exc - Tapicero.logger.info('Problem connecting to couchdb (#{exc}). Will try again in 10 seconds.') + Tapicero.logger.info("Problem connecting to couchdb (#{exc}). Will try again in 10 seconds.") sleep 10 retry end |
