Use kernel log-level 6 by default

This commit is contained in:
Michal Moskal
2017-07-27 12:49:19 +01:00
parent 14783eadc2
commit 8f9b9a5e4e
2 changed files with 13 additions and 6 deletions

View File

@ -37,7 +37,7 @@ void mylog(const char *fmt, ...);
#define FAIL(args...) \
do { \
mylog(args); \
mylog("<4>" args); \
exit(1); \
} while (0)