X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/1de98301f66bb32af01ea76fc485a88b5d0a9b50..ef11bccccac22a001e2d0a6f440dddf69c401954:/src/debug.c

diff --git a/src/debug.c b/src/debug.c
index b364dd16..9e97868d 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -216,7 +216,7 @@ void debugCommand(redisClient *c) {
                 "encoding:%s serializedlength:%lld "
                 "lru:%d lru_seconds_idle:%lu",
                 (void*)val, val->refcount,
-                strenc, (long long) rdbSavedObjectLen(val,NULL),
+                strenc, (long long) rdbSavedObjectLen(val),
                 val->lru, estimateObjectIdleTime(val));
         } else {
             vmpointer *vp = (vmpointer*) val;