mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
making it more modern
:)
This commit is contained in:
parent
af42d3466b
commit
0e3e4d08a6
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void panic(const char *fmt, ...)
|
|||
if (len && buf[len - 1] == '\n')
|
||||
buf[len - 1] = '\0';
|
||||
|
||||
pr_emerg("Kernel panic - not syncing: %s\n", buf);
|
||||
pr_emerg("Kernel bruh moment - not syncing: %s\n", buf);
|
||||
#ifdef CONFIG_DEBUG_BUGVERBOSE
|
||||
/*
|
||||
* Avoid nested stack-dumping if a panic occurs during oops processing
|
||||
|
|
Loading…
Reference in a new issue