mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Fix old anetPeerToString() API call in replication.c
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user