Fix old anetPeerToString() API call in replication.c

This commit is contained in:
antirez
2013-07-08 16:11:52 +02:00
parent 1e7949227c
commit b5423b099c
2 changed files with 2 additions and 4 deletions

View File

@ -2882,8 +2882,6 @@ int main(int argc, char **argv) {
loadDataFromDisk();
if (server.ipfd_count > 0)
redisLog(REDIS_NOTICE,"The server is now ready to accept connections on port %d", server.port);
if (server.ip6fd > 0)
redisLog(REDIS_NOTICE,"The server is now ready to accept IPv6 connections on port %d", server.port6);
if (server.sofd > 0)
redisLog(REDIS_NOTICE,"The server is now ready to accept connections at %s", server.unixsocket);
}