* grub-core/commands/probe.c (grub_cmd_probe): Fix error message.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 17:08:29 +01:00
parent 33f784e881
commit 11a775a3ad
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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);