Revision: 2652
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2652
Author:   robertmh
Date:     2009-10-25 17:49:27 +0000 (Sun, 25 Oct 2009)
Log Message:
-----------
2009-10-25  Robert Millan  <[email protected]>

        * util/i386/pc/grub-setup.c (setup): Add missing parameter to
        grub_util_error() call.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/i386/pc/grub-setup.c

Property Changed:
----------------
    trunk/grub2/


Property changes on: trunk/grub2
___________________________________________________________________
Modified: bzr:revision-info
   - timestamp: 2009-10-25 16:23:32.388999939 +0100
committer: Robert Millan <[email protected]>
properties: 
        branch-nick: trunk

   + timestamp: 2009-10-25 18:47:25.595999956 +0100
committer: Robert Millan <[email protected]>
properties: 
        branch-nick: trunk

Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
   - 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]

   + 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]


Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-10-25 15:23:48 UTC (rev 2651)
+++ trunk/grub2/ChangeLog       2009-10-25 17:49:27 UTC (rev 2652)
@@ -1,5 +1,10 @@
 2009-10-25  Robert Millan  <[email protected]>
 
+       * util/i386/pc/grub-setup.c (setup): Add missing parameter to
+       grub_util_error() call.
+
+2009-10-25  Robert Millan  <[email protected]>
+
        * include/grub/fs.h [GRUB_UTIL] (struct grub_fs): Add
        `reserved_first_sector' member.
        * fs/ext2.c [GRUB_UTIL] (grub_ext2_fs): Initialize

Modified: trunk/grub2/util/i386/pc/grub-setup.c
===================================================================
--- trunk/grub2/util/i386/pc/grub-setup.c       2009-10-25 15:23:48 UTC (rev 
2651)
+++ trunk/grub2/util/i386/pc/grub-setup.c       2009-10-25 17:49:27 UTC (rev 
2652)
@@ -256,7 +256,8 @@
       grub_fs_t fs;
       fs = grub_fs_probe (dest_dev);
       if (! fs)
-       grub_util_error ("Unable to identify a filesystem in %s; safety check 
can't be performed.");
+       grub_util_error ("Unable to identify a filesystem in %s; safety check 
can't be performed.",
+                        dest_dev->disk->name);
 
       if (! fs->reserved_first_sector)
        grub_util_error ("%s appears to contain a %s filesystem which isn't 
known to "



Reply via email to