ecore con dns - a failed dns lookup is not an err log event

spewing out errors for a failed dns lookup is not somehting to ERR out
in logs all the time. it is at best a debug log. the caller handles
the failed connect itself.

@fix
This commit is contained in:
Carsten Haitzler 2015-06-25 13:17:04 +09:00
parent 0f4d1d6186
commit b68853fd7d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ _ecore_con_dns_check(Ecore_Con_DNS *dns)
return 1;
default:
ERR("resolve failed: %s", dns_strerror(error));
DBG("resolve failed: %s", dns_strerror(error));
goto error;
}