Simplify few strings.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-07 11:44:15 +02:00
parent d22840ec12
commit fb2666b560
4 changed files with 10 additions and 5 deletions

View file

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