Improved debugging output a bit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14379 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -968,6 +968,8 @@ register_preloaded_module_image(struct preloaded_image *image)
|
|||||||
status_t status;
|
status_t status;
|
||||||
int32 index = 0;
|
int32 index = 0;
|
||||||
|
|
||||||
|
TRACE(("register_preloaded_module_image(image = \"%s\")\n", image->name));
|
||||||
|
|
||||||
if (image->id < 0)
|
if (image->id < 0)
|
||||||
return B_BAD_VALUE;
|
return B_BAD_VALUE;
|
||||||
|
|
||||||
@@ -1291,7 +1293,7 @@ get_next_loaded_module_name(uint32 *_cookie, char *buffer, size_t *_bufferSize)
|
|||||||
struct module *module;
|
struct module *module;
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|
||||||
TRACE(("get_next_loaded_module_name()\n"));
|
TRACE(("get_next_loaded_module_name(\"%s\")\n", buffer));
|
||||||
|
|
||||||
if (_cookie == NULL || buffer == NULL || _bufferSize == NULL)
|
if (_cookie == NULL || buffer == NULL || _bufferSize == NULL)
|
||||||
return B_BAD_VALUE;
|
return B_BAD_VALUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user