summaryrefslogtreecommitdiff
path: root/lib/custodian/worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/worker.rb')
-rw-r--r--lib/custodian/worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb
index a8118da..7016d51 100644
--- a/lib/custodian/worker.rb
+++ b/lib/custodian/worker.rb
@@ -187,7 +187,7 @@ module Custodian
# be no delay. If the test fails then we'll sleep.
#
if (result == false) && (@retry_delay > 0) && (count < @retry_count)
- log_message("Sleeping for #{@retry_delay} seconds to allow cool-down")
+ log_message("Sleeping #{@retry_delay} before retry - failure: #{test.error}")
sleep(@retry_delay)
end