]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-25 Colin Watson <cjwatson@ubuntu.com>
authorColin Watson <cjwatson@ubuntu.com>
Mon, 25 Jan 2010 17:04:22 +0000 (17:04 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 25 Jan 2010 17:04:22 +0000 (17:04 +0000)
* util/hostdisk.c (open_device): Add trailing newline to debug
message.

ChangeLog
util/hostdisk.c

index ab11ad50f4eeb61e3378aa528662911f81176c9a..12b7ccb310e76d24cb6a96583fad96556f98a787 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
index 60344580147af6edb980aed2b217ba856e48f72b..a594f75eca7dd34fe421cb90913dd7db1775e3ba 100644 (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)
       {