• antirez's avatar
    serverPanic(): allow printf() alike formatting. · dc83ddf0
    antirez authored
    This is of great interest because allows us to print debugging
    informations that could be of useful when debugging, like in the
    following example:
    
        serverPanic("Unexpected encoding for object %d, %d",
            obj->type, obj->encoding);
    dc83ddf0
debug.c 45.2 KB