mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 15:45:30 +00:00
revert accidental debugging commit
This commit is contained in:
parent
839ced08f5
commit
dcf937195c
@ -189,7 +189,7 @@ grub_real_dprintf (const char *file, const int line, const char *condition,
|
|||||||
const char *debug = grub_env_get ("debug");
|
const char *debug = grub_env_get ("debug");
|
||||||
|
|
||||||
if (! debug)
|
if (! debug)
|
||||||
debug = "usb,ohci";
|
return;
|
||||||
|
|
||||||
if (grub_strword (debug, "all") || grub_strword (debug, condition))
|
if (grub_strword (debug, "all") || grub_strword (debug, condition))
|
||||||
{
|
{
|
||||||
@ -197,7 +197,6 @@ grub_real_dprintf (const char *file, const int line, const char *condition,
|
|||||||
va_start (args, fmt);
|
va_start (args, fmt);
|
||||||
grub_vprintf (fmt, args);
|
grub_vprintf (fmt, args);
|
||||||
va_end (args);
|
va_end (args);
|
||||||
grub_refresh ();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user