|
@@ -279,7 +279,8 @@ inline static struct dest_info *uri2dst(struct dest_info* dst,
|
|
parsed_uri.port_no, &dst->proto, dns_flags);
|
|
parsed_uri.port_no, &dst->proto, dns_flags);
|
|
if (err!=0){
|
|
if (err!=0){
|
|
if (ip_found==0){
|
|
if (ip_found==0){
|
|
- LOG(L_ERR, "ERROR: uri2dst: failed to resolve \"%.*s\" :"
|
|
|
|
|
|
+ if (err!=-E_DNS_EOR)
|
|
|
|
+ LOG(L_ERR, "ERROR: uri2dst: failed to resolve \"%.*s\" :"
|
|
"%s (%d)\n", host->len, ZSW(host->s),
|
|
"%s (%d)\n", host->len, ZSW(host->s),
|
|
dns_strerror(err), err);
|
|
dns_strerror(err), err);
|
|
return 0; /* error, no ip found */
|
|
return 0; /* error, no ip found */
|