Commit a68e3d4c authored by Geoff Garside's avatar Geoff Garside Committed by antirez
Browse files

Cleanup main() and BACKTRACE mistaken pulled while rebasing.

parent 1ca4008d
......@@ -2975,6 +2975,8 @@ 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);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment