* 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>
+
+ * 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 ...
#include <grub/err.h>
#include <grub/util/misc.h>
#include <grub/util/biosdisk.h>
+#include <grub/misc.h>
#include <stdio.h>
#include <stdlib.h>
is_partition = linux_find_partition (dev, disk->partition->start);
/* Open the partition. */
- grub_util_info ("opening the device `%s' in open_device()", dev);
+ grub_dprintf ("hostdisk", "opening the device `%s' in open_device()", dev);
fd = open (dev, flags);
if (fd < 0)
{