reality sync

This commit is contained in:
Thomas Ries
2015-06-02 20:09:06 +00:00
parent aa31aaa2f0
commit 86d2dae91a
4 changed files with 40 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ int get_ip_by_host(char *hostname, struct in_addr *addr) {
idx=i;
break;
}
DEBUGC(DBCLASS_DNS, "DNS lookup - from cache: %s -> %s",
DEBUGC(DBCLASS_BABBLE, "DNS lookup - from cache: %s -> %s",
hostname, utils_inet_ntoa(*addr));
return STS_SUCCESS;
}