mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
Revert "Logging: Use KERN_EMERG in place of KERN_CRIT"
This reverts commit dfb60a6eb2
.
This commit is contained in:
parent
c58cb52145
commit
333ae0774e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
int p_print_ret = 0; \
|
||||
\
|
||||
if (p_level == P_LOG_ALERT) \
|
||||
p_print_ret = printk(KERN_EMERG P_LKRG_SIGNATURE "ALERT: " p_fmt "\n", ## p_args); \
|
||||
p_print_ret = printk(KERN_CRIT P_LKRG_SIGNATURE "ALERT: " p_fmt "\n", ## p_args); \
|
||||
else if (P_CTRL(p_log_level) >= (p_level & 7)) \
|
||||
switch (p_level) { \
|
||||
case P_LOG_ALIVE: \
|
||||
|
|
Loading…
Reference in a new issue