Commit 02cd545f authored by antirez's avatar antirez
Browse files

A comment in main() clarified.

parent b148513f
...@@ -2676,7 +2676,7 @@ int main(int argc, char **argv) { ...@@ -2676,7 +2676,7 @@ int main(int argc, char **argv) {
redisAsciiArt(); redisAsciiArt();
if (!server.sentinel_mode) { if (!server.sentinel_mode) {
/* Things only needed when not running in Sentinel mode. */ /* Things not needed when running in Sentinel mode. */
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION); redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
#ifdef __linux__ #ifdef __linux__
linuxOvercommitMemoryWarning(); linuxOvercommitMemoryWarning();
......
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