diff options
Diffstat (limited to 'lib/custodian/worker.rb')
-rw-r--r-- | lib/custodian/worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb index 432b3d4..90e8e99 100644 --- a/lib/custodian/worker.rb +++ b/lib/custodian/worker.rb @@ -198,7 +198,7 @@ module Custodian # We delay before re-testing. # if ( @retry_delay > 0 ) - puts "Sleeping for #{@retry_delay} seconds to allow cooldown" + puts "Sleeping for #{@retry_delay} seconds to allow cool-down" sleep( @retry_delay ) end end |