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:
François Revol
2007-08-08 21:44:30 +00:00
parent f93d6bd89e
commit e0475f8f7e
+1 -2
View File
@@ -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);