]> git.ipfire.org Git - thirdparty/grub.git/commit
kern/misc: Add debug log condition to log output
authorGlenn Washburn <development@efficientek.com>
Tue, 19 Oct 2021 06:47:03 +0000 (01:47 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 25 Oct 2021 14:23:34 +0000 (16:23 +0200)
commit50aace6bdb918150ba47e3c16146dcca271c134a
tree3d14407b3d6deae0609ee9c90556dd512fd0f499
parentf9d1c2601afc46d7165a52231d418d9db80717c3
kern/misc: Add debug log condition to log output

Adding the conditional to debug log messages allows the GRUB user to
construct the $debug variable without needing to consult the source to
find the conditional (especially useful for situations where the source
is not readily available).

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/misc.c