All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing brackets in debug messages (apple.c)
@ 2013-03-26 14:36 Radosław Szymczyszyn
  0 siblings, 0 replies; only message in thread
From: Radosław Szymczyszyn @ 2013-03-26 14:36 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: apple-missing-brackets.patch --]
[-- Type: application/octet-stream, Size: 894 bytes --]

diff --git a/grub-core/partmap/apple.c b/grub-core/partmap/apple.c
index f4e608f..c3ead0f 100644
--- a/grub-core/partmap/apple.c
+++ b/grub-core/partmap/apple.c
@@ -118,7 +118,7 @@ apple_partition_map_iterate (grub_disk_t disk,
   if (grub_be_to_cpu16 (aheader.magic) != GRUB_APPLE_HEADER_MAGIC)
     {
       grub_dprintf ("partition",
-		    "bad magic (found 0x%x; wanted 0x%x\n",
+		    "bad magic (found 0x%x; wanted 0x%x)\n",
 		    grub_be_to_cpu16 (aheader.magic),
 		    GRUB_APPLE_HEADER_MAGIC);
       goto fail;
@@ -138,7 +138,7 @@ apple_partition_map_iterate (grub_disk_t disk,
       if (grub_be_to_cpu16 (apart.magic) != GRUB_APPLE_PART_MAGIC)
 	{
 	  grub_dprintf ("partition",
-			"partition %d: bad magic (found 0x%x; wanted 0x%x\n",
+			"partition %d: bad magic (found 0x%x; wanted 0x%x)\n",
 			partno, grub_be_to_cpu16 (apart.magic),
 			GRUB_APPLE_PART_MAGIC);
 	  break;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-26 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 14:36 [PATCH] Add missing brackets in debug messages (apple.c) Radosław Szymczyszyn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.