On 07/25/2010 06:09 AM, Josh Triplett wrote:
> The attached patch adds a new variant of grub_dprintf, grub_dcprintf,
> which avoids printing the __FILE__:__LINE__: prefix. This allows
> printing a single line with multiple print statements; for instance:
>
> grub_dprintf("some_module", "Thingy: ")
The attached patch adds a new variant of grub_dprintf, grub_dcprintf,
which avoids printing the __FILE__:__LINE__: prefix. This allows
printing a single line with multiple print statements; for instance:
grub_dprintf("some_module", "Thingy: ");
print_complicated_thingy(thingy);
grub_dcprintf("som