A tiny bit more debug information in case a module couldn't be loaded.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -265,7 +265,7 @@ load_module_image(const char *path, module_image **_moduleImage)
|
|||||||
|
|
||||||
image = load_kernel_add_on(path);
|
image = load_kernel_add_on(path);
|
||||||
if (image < 0) {
|
if (image < 0) {
|
||||||
dprintf("load_module_image failed: %s\n", strerror(image));
|
dprintf("load_module_image(%s) failed: %s\n", path, strerror(image));
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user