mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
debugging message moved from REDIS_WARING to REDIS_DEBUG
This commit is contained in:
parent
be14f38de6
commit
8b108ed307
@ -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_WARNING,"TIME (%c): %lld\n", j->type == REDIS_IOJOB_LOAD ? 'L' : 'S', ustime()-start);
|
redisLog(REDIS_DEBUG,"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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user