Skip to content

Commit

Permalink
Display file size in traces
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 8, 2023
1 parent b6c7d29 commit 0ab0114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/asrockrack/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (a *ASRockRack) FirmwareInstall(ctx context.Context, component, applyAt str

size = finfo.Size()
}
a.log.V(20).Info("File size:", size)

component = strings.ToUpper(component)
switch component {
Expand Down

0 comments on commit 0ab0114

Please sign in to comment.