Patch by Monni, wrong debug output for btCoreData module pointer

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31449 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes 2009-07-07 21:45:46 +00:00
parent 6d8521b1f4
commit 8fe1949531

View File

@ -761,7 +761,7 @@ init_driver(void)
debugf("cannot get module \"%s\"\n", BT_CORE_DATA_MODULE_NAME);
return B_ERROR;
} else
debugf("BT_CORE_DATA_MODULE_NAME module at %p\n", btDevices);
debugf("btCoreData module at %p\n", btCoreData);
// BT devices MODULE INITS
if (get_module(btDevices_name,(module_info**)&btDevices) != B_OK) {