Skip to content

Commit

Permalink
newline for measurements in validator
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Mar 21, 2024
1 parent d8e3ba7 commit ba56a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joinservice/internal/watcher/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ba56a0d

Please sign in to comment.