Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
benhenryhunter committed Nov 13, 2024
1 parent 70d77b1 commit 40e997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func (b *Builder) subscribeToRelayForConstraints(relayBaseEndpoint string) error
continue
}

log.Info(fmt.Sprintf("Received %d new constraints", len(constraintsSigned)))
log.Info(fmt.Sprintf("Received %d new constraints from %s", len(constraintsSigned), relayBaseEndpoint))

for _, constraint := range constraintsSigned {

Expand Down

0 comments on commit 40e997e

Please sign in to comment.