Use TRACE() instead of dprintf()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-09-14 11:54:48 +00:00
parent 4f5ca99156
commit da11bb8dcb

View File

@ -1305,8 +1305,8 @@ legacy_driver_add_preloaded(kernel_args* args)
pathStatus = imagePath.Append(image->name);
// try to add the driver
dprintf("devfs_add_preloaded_drivers: adding driver %s\n",
imagePath.Path());
TRACE(("devfs_add_preloaded_drivers: adding driver %s\n",
imagePath.Path()));
status_t addStatus = pathStatus;
if (pathStatus == B_OK)
addStatus = add_driver(imagePath.Path(), image->id);