Remove info from the log message about retries for suceed tasks.

Sometimes engineers missread the message, it's not obvious
that there such a thing as succeed_retries, so it's read
as a message of failed task which does not have more
retries.

Closes-bug: #1641194
Change-Id: I948996fcb8054a2bde27a9de7c7cac650b3c2b8c
This commit is contained in:
Evgeny L 2016-11-10 00:57:31 +00:00 committed by Evgeniy L
parent bca595a964
commit 99153e5374
1 changed files with 1 additions and 2 deletions

View File

@ -212,8 +212,7 @@ module Astute
'running'
else
Astute.logger.info "Node #{@puppet_mclient.node_id} has succeed "\
"to deploy. There is no more retries for puppet run. "\
"#{task_details_for_log}"
"to deploy. #{task_details_for_log}"
'successful'
end
end