mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Even when loglevel is warning the server should log that it started.
This commit is contained in:
parent
67c6f0f630
commit
27ccb94a02
@ -2048,7 +2048,7 @@ int main(int argc, char **argv) {
|
|||||||
initServer();
|
initServer();
|
||||||
if (server.daemonize) createPidFile();
|
if (server.daemonize) createPidFile();
|
||||||
redisAsciiArt();
|
redisAsciiArt();
|
||||||
redisLog(REDIS_NOTICE,"Server started, Redis version " REDIS_VERSION);
|
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
linuxOvercommitMemoryWarning();
|
linuxOvercommitMemoryWarning();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user