newline for measurements in validator

This commit is contained in:
miampf 2024-03-20 17:08:02 +01:00
parent ab87874863
commit 9e92581d66
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -84,7 +84,7 @@ func (u *Updatable) Update() error {
for i, measurement := range cfg.GetMeasurements() {
measurementsToPrint += fmt.Sprintf("\t%d: 0x%s\n", i, hex.EncodeToString(measurement.Expected))
}
u.log.Debug(fmt.Sprintf("New expected measurements: 0x%s", measurementsToPrint))
u.log.Debug(fmt.Sprintf("New expected measurements:\n%s", measurementsToPrint))
cfgWithCerts, err := u.configWithCerts(cfg)
if err != nil {