Skip to content

Commit

Permalink
Typo fixed in a log. (networkservicemesh#1688)
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Vincze <szilard.vincze@est.tech>
  • Loading branch information
szvincze authored Nov 6, 2024
1 parent 370b7b5 commit b53ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/common/discoverforwarder/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (d *discoverForwarderServer) Request(ctx context.Context, request *networks
return resp, nil
}
logger.Errorf("forwarder=%v url=%v returned error=%v", candidate.Name, candidate.Url, err.Error())
candidatesErr = errors.Wrapf(candidatesErr, "%v. An error during select forwawrder %v --> %v", i, candidate.Name, err.Error())
candidatesErr = errors.Wrapf(candidatesErr, "%v. An error during select forwarder %v --> %v", i, candidate.Name, err.Error())
}

return nil, candidatesErr
Expand Down

0 comments on commit b53ccb0

Please sign in to comment.