• antirez's avatar
    serverPanic(): allow printf() alike formatting. · 53b8bf2c
    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);
    53b8bf2c
server.h 86.7 KB