]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-04-07 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Mon, 7 Apr 2008 15:23:09 +0000 (15:23 +0000)
committerrobertmh <robertmh@localhost>
Mon, 7 Apr 2008 15:23:09 +0000 (15:23 +0000)
        * util/grub-probe.c (probe): Improve error message.

ChangeLog
util/grub-probe.c

index 30d973c6c87c3468821f9653da2c8645045d06a5..060eef062bb785b739c370683c21ea16bed30aef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-07  Robert Millan  <rmh@aybabtu.com>
+
+       * util/grub-probe.c (probe): Improve error message.
+
 2008-04-07  Robert Millan  <rmh@aybabtu.com>
 
        * util/biosdisk.c (read_device_map): Skip devices that don't exist
index 063b8f63d0bf405cc24650714841232469f0ca1d..986a4d73394f5e66abe1214afa48d58bbb0aa1e5 100644 (file)
@@ -151,7 +151,7 @@ probe (const char *path, char *device_name)
 
   drive_name = grub_util_get_grub_dev (device_name);
   if (! drive_name)
-    grub_util_error ("cannot find a GRUB drive for %s.\n", device_name);
+    grub_util_error ("Cannot find a GRUB drive for %s.  Check your device.map.\n", device_name);
   
   if (print == PRINT_DRIVE)
     {