]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/disk/ldm.c (grub_util_ldm_embed): Correct error message.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 10:48:42 +0000 (11:48 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 10:48:42 +0000 (11:48 +0100)
ChangeLog
grub-core/disk/ldm.c

index 931b0c3e0c922b9f162c748e8bb52e9b0b7e1d8d..a002348bbd2583a8d5850f9d510907b27335f177 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/ldm.c (grub_util_ldm_embed): Correct error message.
+
 2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete
index 08568e9d5ae74cfe57f268406fac3f8dec0a8e73..7a18b5e8406d2961bec2cf9d16ee4fb07a0631b7 100644 (file)
@@ -917,7 +917,7 @@ grub_util_ldm_embed (struct grub_disk *disk, unsigned int *nsectors,
 
   if (embed_type != GRUB_EMBED_PCBIOS)
     return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
-                      "GPT curently supports only PC-BIOS embedding");
+                      "LDM curently supports only PC-BIOS embedding");
   if (disk->partition)
     return grub_error (GRUB_ERR_FILE_NOT_FOUND, "disk isn't LDM");
   pv = grub_diskfilter_get_pv_from_disk (disk, &vg);