]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/probe.c (grub_cmd_probe): Fix error message.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 11 Nov 2011 16:08:29 +0000 (17:08 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 11 Nov 2011 16:08:29 +0000 (17:08 +0100)
ChangeLog
grub-core/commands/probe.c

index 6c73043878b2148b7e31e21892e89f96d0dfdf4f..4e2d18c11dabab9fb74c893e2ec88d04a03a097e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/probe.c (grub_cmd_probe): Fix error message.
+
 2011-11-10  Shea Levy  <slevy@tieronedesign.com>
 
        Allow all modules to perform serial IO
index ce1e9aac06217a59e6ccbebfe1cf35610bb8c7ab..a1d68cdebaa6d7534a9048e4694ac1ff92cbb17d 100644 (file)
@@ -136,7 +136,7 @@ grub_cmd_probe (grub_extcmd_context_t ctxt, int argc, char **args)
        return err;
       if (! label)
        return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
-                          "uuid for this FS isn't supported yet");
+                          "label for this FS isn't supported yet");
 
       if (state[0].set)
        grub_env_set (state[0].arg, label);