diff --git a/src/redis.c b/src/redis.c index 30ba1bce8..839711381 100644 --- a/src/redis.c +++ b/src/redis.c @@ -2048,7 +2048,7 @@ int main(int argc, char **argv) { initServer(); if (server.daemonize) createPidFile(); redisAsciiArt(); - redisLog(REDIS_NOTICE,"Server started, Redis version " REDIS_VERSION); + redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION); #ifdef __linux__ linuxOvercommitMemoryWarning(); #endif