discovery: error string lint fixes

discovery: lint fix to remove append loop
This commit is contained in:
Lars Lehtonen
2019-09-25 18:42:38 +00:00
parent 58c23074d1
commit 0cae1e69ab
2 changed files with 4 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ func (d *DNSSeedBootstrapper) fallBackSRVLookup(soaShim string,
// If the message response code was not the success code, fail.
if resp.Rcode != dns.RcodeSuccess {
return nil, fmt.Errorf("Unsuccessful SRV request, "+
return nil, fmt.Errorf("unsuccessful SRV request, "+
"received: %v", resp.Rcode)
}