Print error code when relocation failed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14958 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -839,7 +839,7 @@ relocate_image(image_t *image)
|
|||||||
{
|
{
|
||||||
status_t status = arch_relocate_image(image);
|
status_t status = arch_relocate_image(image);
|
||||||
if (status < B_OK) {
|
if (status < B_OK) {
|
||||||
FATAL("troubles relocating\n");
|
FATAL("troubles relocating: 0x%lx\n", status);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user