2008-09-08 Robert Millan <rmh@aybabtu.com>

* util/hostdisk.c (open_device): Replace a grub_util_info() call
        with grub_dprintf("hostdisk", ...), as it was so verbose that it
        clobbered useful information.
This commit is contained in:
robertmh 2008-09-08 14:00:29 +00:00
parent ddbf5556a7
commit 40da438f10
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-09-08 Robert Millan <rmh@aybabtu.com>
* util/hostdisk.c (open_device): Replace a grub_util_info() call
with grub_dprintf("hostdisk", ...), as it was so verbose that it
clobbered useful information.
2008-09-08 Robert Millan <rmh@aybabtu.com>
* include/grub/util/biosdisk.h: Move to ...