Simplify few strings.
This commit is contained in:
parent
d22840ec12
commit
fb2666b560
4 changed files with 10 additions and 5 deletions
|
@ -599,7 +599,8 @@ malloc_in_range (struct grub_relocator *rel,
|
|||
do
|
||||
{
|
||||
if (p->magic != GRUB_MM_FREE_MAGIC)
|
||||
grub_fatal (__FILE__":%d free magic broken at %p (0x%x)\n",
|
||||
grub_fatal ("%s:%d free magic broken at %p (0x%x)\n",
|
||||
__FILE__,
|
||||
__LINE__, p, p->magic);
|
||||
if (p == (grub_mm_header_t) (r + 1))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue