A comment in main() clarified.

This commit is contained in:
antirez 2013-02-25 11:40:21 +01:00
parent d2154254be
commit 9947b0d96d

View File

@ -2735,7 +2735,7 @@ int main(int argc, char **argv) {
redisAsciiArt();
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);
#ifdef __linux__
linuxOvercommitMemoryWarning();