Fix old anetPeerToString() API call in replication.c

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

View File

@ -2975,8 +2975,6 @@ int main(int argc, char **argv) {
}
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);
}