Skip to content

Commit

Permalink
Rename potentially ambiguous log message field
Browse files Browse the repository at this point in the history
  • Loading branch information
dswarbrick committed Mar 19, 2024
1 parent 932695f commit 30ae4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infiniband/netdiscover.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ func (h *HCA) NetDiscover(output chan Fabric, mkey uint64, resetThreshold uint)
}

log.WithFields(log.Fields{
"time": time.Since(start),
"nodes": totalNodes,
"ports": totalPorts},
"duration": time.Since(start),
"nodes": totalNodes,
"ports": totalPorts},
).Info("NetDiscover completed")
}

Expand Down

0 comments on commit 30ae4ef

Please sign in to comment.