mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Debug message was printing stuff that are sometimes not initialized/valid
This commit is contained in:
parent
4e538759c4
commit
dbc289aed1
4
redis.c
4
redis.c
@ -9598,8 +9598,8 @@ again:
|
||||
|
||||
if (job->canceled) continue; /* Skip this, already canceled. */
|
||||
if (job->id == o) {
|
||||
redisLog(REDIS_DEBUG,"*** CANCELED %p (%s) (type %d) (LIST ID %d)\n",
|
||||
(void*)job, (char*)o->ptr, job->type, i);
|
||||
redisLog(REDIS_DEBUG,"*** CANCELED %p (key %s) (type %d) (LIST ID %d)\n",
|
||||
(void*)job, (char*)job->key->ptr, job->type, i);
|
||||
/* Mark the pages as free since the swap didn't happened
|
||||
* or happened but is now discarded. */
|
||||
if (i != 1 && job->type == REDIS_IOJOB_DO_SWAP)
|
||||
|
Loading…
Reference in New Issue
Block a user