diff --git a/discovery/bootstrapper.go b/discovery/bootstrapper.go index ae624ec7..7a6d6109 100644 --- a/discovery/bootstrapper.go +++ b/discovery/bootstrapper.go @@ -312,7 +312,7 @@ func fallBackSRVLookup(soaShim string) ([]*net.SRV, error) { // If the message response code was not the success code, fail. if resp.Rcode != dns.RcodeSuccess { return nil, fmt.Errorf("Unsuccessful SRV request, "+ - "received: %s", resp.Rcode) + "received: %v", resp.Rcode) } // Retrieve the RR(s) of the Answer section, and covert to the format