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
8b108ed3
Commit
8b108ed3
authored
Mar 04, 2011
by
antirez
Browse files
debugging message moved from REDIS_WARING to REDIS_DEBUG
parent
be14f38d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dscache.c
View file @
8b108ed3
...
@@ -469,7 +469,7 @@ void *IOThreadEntryPoint(void *arg) {
...
@@ -469,7 +469,7 @@ void *IOThreadEntryPoint(void *arg) {
/* Signal the main thread there is new stuff to process */
/* Signal the main thread there is new stuff to process */
redisAssert
(
write
(
server
.
io_ready_pipe_write
,
"x"
,
1
)
==
1
);
redisAssert
(
write
(
server
.
io_ready_pipe_write
,
"x"
,
1
)
==
1
);
redisLog
(
REDIS_
WARNIN
G
,
"TIME (%c): %lld
\n
"
,
j
->
type
==
REDIS_IOJOB_LOAD
?
'L'
:
'S'
,
ustime
()
-
start
);
redisLog
(
REDIS_
DEBU
G
,
"TIME (%c): %lld
\n
"
,
j
->
type
==
REDIS_IOJOB_LOAD
?
'L'
:
'S'
,
ustime
()
-
start
);
}
}
/* never reached, but that's the full pattern... */
/* never reached, but that's the full pattern... */
unlockThreadedIO
();
unlockThreadedIO
();
...
...
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