mirror of https://github.com/ipxe/ipxe.git
Add an explicit failure debug message
parent
084f6b18f7
commit
51feeab445
|
@ -123,6 +123,8 @@ void * alloc_memblock ( size_t size, size_t align ) {
|
||||||
return block;
|
return block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DBG ( "Failed to allocate %z (aligned %zx)\n", size, align );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue