mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-21 15:56:26 -04:00
log fetchedMesurements on one line
This commit is contained in:
parent
342573cd7e
commit
2546f1cf3e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user