From 1de98301f66bb32af01ea76fc485a88b5d0a9b50 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 27 Oct 2010 17:11:17 +0200 Subject: [PATCH] removed useless spaces from DEBUG OBJECT output --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 3b187da4..b364dd16 100644 --- a/src/debug.c +++ b/src/debug.c @@ -214,7 +214,7 @@ void debugCommand(redisClient *c) { addReplyStatusFormat(c, "Value at:%p refcount:%d " "encoding:%s serializedlength:%lld " - "lru :%d lru_seconds_idle:%lu", + "lru:%d lru_seconds_idle:%lu", (void*)val, val->refcount, strenc, (long long) rdbSavedObjectLen(val,NULL), val->lru, estimateObjectIdleTime(val)); -- 2.47.2