Use kernel log-level 6 by default
This commit is contained in:
@ -37,7 +37,7 @@ void mylog(const char *fmt, ...);
|
||||
|
||||
#define FAIL(args...) \
|
||||
do { \
|
||||
mylog(args); \
|
||||
mylog("<4>" args); \
|
||||
exit(1); \
|
||||
} while (0)
|
||||
|
||||
|
Reference in New Issue
Block a user