I should not have removed these, they are important.

This commit is contained in:
Brian Behlendorf 2009-10-27 16:17:06 -07:00
parent 4bd577d069
commit 2b5adaf18f
1 changed files with 2 additions and 0 deletions

View File

@ -33,8 +33,10 @@
#define DEBUG_SUBSYSTEM S_GENERIC
#ifndef NDEBUG
static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" };
static char ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" };
#endif
void
vpanic(const char *fmt, va_list ap)