Fix building with TRACE
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21861 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -343,8 +343,7 @@ get_module_image(const char *path, module_image **_image)
|
|||||||
{
|
{
|
||||||
struct module_image *image;
|
struct module_image *image;
|
||||||
|
|
||||||
TRACE(("get_module_image(path = \"%s\", loadIfNeeded = %d)\n", path,
|
TRACE(("get_module_image(path = \"%s\")\n", path));
|
||||||
loadIfNeeded));
|
|
||||||
|
|
||||||
RecursiveLocker _(sModulesLock);
|
RecursiveLocker _(sModulesLock);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user