Issue error rather than printf on unknown arguments.
+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):
break;
default:
unknown:
- grub_printf ("Unsupported type %s for device %s\n", type, device);
+ grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
+ "unsupported type %s for device %s", type, device);
}
fail: