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:
Axel Dörfler
2005-10-14 11:20:42 +00:00
parent ceb769360d
commit 313ffb09da
+3 -1
View File
@@ -968,6 +968,8 @@ register_preloaded_module_image(struct preloaded_image *image)
status_t status;
int32 index = 0;
TRACE(("register_preloaded_module_image(image = \"%s\")\n", image->name));
if (image->id < 0)
return B_BAD_VALUE;
@@ -1291,7 +1293,7 @@ get_next_loaded_module_name(uint32 *_cookie, char *buffer, size_t *_bufferSize)
struct module *module;
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)
return B_BAD_VALUE;