More debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f3d8bb347a
commit
9cc1e772dc
@ -32,7 +32,10 @@ relocate_rel(image_t *image, struct Elf32_Rel *rel, int rel_len)
|
||||
|
||||
status = resolve_symbol(image, sym, &S);
|
||||
if (status < B_OK) {
|
||||
printf("resolve symbol \"%s\" returned: %ld\n", SYMNAME(image, sym), status);
|
||||
TRACE(("resolve symbol \"%s\" returned: %ld\n",
|
||||
SYMNAME(image, sym), status));
|
||||
printf("resolve symbol \"%s\" returned: %ld\n",
|
||||
SYMNAME(image, sym), status);
|
||||
return status;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user