Make compiler happy

This commit is contained in:
Jonathan "Duke" Leto
2019-10-23 07:42:56 -07:00
parent 719a8d6f20
commit e6d09b3def

View File

@@ -1319,9 +1319,9 @@ void ThreadDNSAddressSeed()
{
vAdd.push_back(addr);
found++;
LogPrintf("%s: Added node via DNS seed: %s:%d", __FUNCTION__, ip.c_str(), ASSETCHAINS_P2PPORT);
LogPrintf("%s: Added node via DNS seed: %s:%d", __FUNCTION__, ip.ToString(), ASSETCHAINS_P2PPORT);
} else {
LogPrintf("%s: Node has incorrect port %s:%d", __FUNCTION__, ip.c_str(), addr.GetPort() );
LogPrintf("%s: Node has incorrect port %s:%d", __FUNCTION__, ip.ToString(), addr.GetPort() );
}
}
}