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;
|
||||
|
||||
TRACE(("get_module_image(path = \"%s\", loadIfNeeded = %d)\n", path,
|
||||
loadIfNeeded));
|
||||
TRACE(("get_module_image(path = \"%s\")\n", path));
|
||||
|
||||
RecursiveLocker _(sModulesLock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user