mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
fix a trace logline
This commit is contained in:
@@ -136,7 +136,7 @@ func (a *ClientCSI) nodeForController(pluginID, nodeID string) (string, error) {
|
||||
return nodeID, nil
|
||||
} else {
|
||||
// we'll fall-through and select a node at random
|
||||
a.logger.Trace("%s could not be used for client RPC: %v", nodeID, err)
|
||||
a.logger.Trace("could not be used for client RPC", "node", nodeID, "error", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user