Skip to content

Commit

Permalink
nicer duration formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Feb 20, 2024
1 parent 373d8dc commit bd117bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (r reporter) collectAndReport() error {
if err != nil {
return fmt.Errorf("could not report ipmi addresses %w", err)
}
r.log.Info("reporting leases to metal-api", "took", time.Since(start))
r.log.Info("reporting leases to metal-api", "took", time.Since(start).String())
return nil
}

Expand Down

0 comments on commit bd117bd

Please sign in to comment.