Fixed debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -92,9 +92,9 @@ RequestPort::SendRequest(RequestAllocator* allocator)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (!is_kernel_request(allocator->GetRequest()->GetType())) {
|
if (!is_kernel_request(allocator->GetRequest()->GetType())) {
|
||||||
ERROR(("RequestPort::SendRequest(%lu): request is not a userland "
|
ERROR(("RequestPort::SendRequest(%lu): request is not a kernel "
|
||||||
"request\n", allocator->GetRequest()->GetType()));
|
"request\n", allocator->GetRequest()->GetType()));
|
||||||
debugger("Request is not a userland request.");
|
debugger("Request is not a kernel request.");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
RETURN_ERROR(fPort.Send(allocator->GetRequestSize()));
|
RETURN_ERROR(fPort.Send(allocator->GetRequestSize()));
|
||||||
|
|||||||
Reference in New Issue
Block a user