When logging "(x of y) nodes are doing z", it is appropriate to log the action relating to the specific node, including its name. This aids users in understanding the operations and debugging problems.
For testing: quay.io/dghubble/container-linux-update-operator:f1862d02100b5871188f9f6ce5f017634445bf3b
Let's also be consistent about log lines starting with upper or lowercase and "%q" for strings.
When logging "(x of y) nodes are doing z", it is appropriate to log the action relating to the specific node, including its name. This aids users in understanding the operations and debugging problems.
For testing:
quay.io/dghubble/container-linux-update-operator:f1862d02100b5871188f9f6ce5f017634445bf3b
Let's also be consistent about log lines starting with upper or lowercase and "%q" for strings.
Closes #72