Skip to content

Commit

Permalink
fix: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard committed Nov 4, 2023
1 parent eb689f7 commit 46c6ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (c *NodeManager) nodeAdd(obj interface{}) {
}

if !isPoweredOn {
log.Printf("index is %d%%, powering off %q", index, node.Name)
log.Printf("index is %d%%, powering on %q", index, node.Name)

err = client.PowerOn()
if err != nil {
Expand Down

0 comments on commit 46c6ad7

Please sign in to comment.