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

This commit is contained in:
Jenkins 2016-11-22 09:07:55 +00:00 committed by Gerrit Code Review
commit 584dba9acd
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