serverPanic(): allow printf() alike formatting.
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);
Please register or sign in to comment