diff --git a/src/debug.c b/src/debug.c index b05dc344e..373938e6e 100644 --- a/src/debug.c +++ b/src/debug.c @@ -588,7 +588,7 @@ NULL == NULL) return; if (o->encoding != OBJ_ENCODING_ZIPLIST) { - addReplyError(c,"Not an sds encoded string."); + addReplyError(c,"Not a ziplist encoded object."); } else { ziplistRepr(o->ptr); addReplyStatus(c,"Ziplist structure printed on stdout");