* util/hostdisk.c (open_device): Add trailing newline to debug
message.
+2010-01-25 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/hostdisk.c (open_device): Add trailing newline to debug
+ message.
+
2010-01-25 Grégoire Sutre <gregoire.sutre@gmail.com>
* configure.ac: Check for `limits.h'.
is_partition = linux_find_partition (dev, disk->partition->start);
/* Open the partition. */
- grub_dprintf ("hostdisk", "opening the device `%s' in open_device()", dev);
+ grub_dprintf ("hostdisk", "opening the device `%s' in open_device()\n", dev);
fd = open (dev, flags);
if (fd < 0)
{