* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args):

Issue error rather than printf on unknown arguments.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 17:44:47 +01:00
parent 4c458569a7
commit 63a9e6f6a0
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args):
Issue error rather than printf on unknown arguments.
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/ieee1275/ieee1275.c (grub_ieee1275_set_property):