Skip to content

Commit

Permalink
log fetchedMesurements on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Apr 3, 2024
1 parent 83808a0 commit bb3445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cmd/configfetchmeasurements.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (cfm *configFetchMeasurementsCmd) configFetchMeasurements(
return fmt.Errorf("fetching and verifying measurements: %w", err)
}
}
cfm.log.Debug(fmt.Sprintf("Measurements:\n%s", fetchedMeasurements.String()))
cfm.log.Debug(fmt.Sprintf("Measurements: %s", fetchedMeasurements.String()))

cfm.log.Debug("Updating measurements in configuration")
conf.UpdateMeasurements(fetchedMeasurements)
Expand Down

0 comments on commit bb3445d

Please sign in to comment.