More debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-11-16 17:22:55 +00:00
parent f3d8bb347a
commit 9cc1e772dc

View File

@ -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;
}
}