Skip to content

Commit

Permalink
fix unpaired key/value entry in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Jun 26, 2024
1 parent 22cf31b commit 5e00f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (n *LocalNetwork) RestartNodes(ctx context.Context, nodeIDs []ids.NodeID) {
}
}

log.Info("Network restarting %d nodes", len(nodeIDs))
log.Info("Network restarting", "numberOfNodes", len(nodeIDs))
for _, node := range nodes {
log.Info("Restarting node", "NodeID", node.NodeID)
ctx, cancel := context.WithTimeout(ctx, 30*time.Second)
Expand Down

0 comments on commit 5e00f92

Please sign in to comment.