Re: [DEBUG 2/2] misc: Add debug log condition to log output

2021-10-20 Thread Daniel Kiper
On Tue, Oct 19, 2021 at 01:47:03AM -0500, Glenn Washburn wrote: > 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

[DEBUG 2/2] misc: Add debug log condition to log output

2021-10-19 Thread Glenn Washburn
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 --- grub-core/kern/misc.c