diff --git a/src/system/runtime_loader/rldelf.c b/src/system/runtime_loader/rldelf.c index 79cb98a365..3042778bab 100644 --- a/src/system/runtime_loader/rldelf.c +++ b/src/system/runtime_loader/rldelf.c @@ -839,7 +839,7 @@ relocate_image(image_t *image) { status_t status = arch_relocate_image(image); if (status < B_OK) { - FATAL("troubles relocating\n"); + FATAL("troubles relocating: 0x%lx\n", status); return status; }