PJDLOG_MAX_MSGSIZE
static char log[2 * PJDLOG_MAX_MSGSIZE];
char log[PJDLOG_MAX_MSGSIZE];
PJDLOG_ASSERT(dlen <= PJDLOG_MAX_MSGSIZE - 3);