Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
27ccb94a
Commit
27ccb94a
authored
Dec 01, 2011
by
antirez
Browse files
Even when loglevel is warning the server should log that it started.
parent
67c6f0f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
27ccb94a
...
@@ -2048,7 +2048,7 @@ int main(int argc, char **argv) {
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment