2010-01-25 Colin Watson <cjwatson@ubuntu.com>

* util/hostdisk.c (open_device): Add trailing newline to debug
	message.
This commit is contained in:
Colin Watson 2010-01-25 17:04:22 +00:00
parent ea4a7e35eb
commit 847effd8bf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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'.

View File

@ -340,7 +340,7 @@ open_device (const grub_disk_t disk, grub_disk_addr_t sector, int flags)
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)
{