Fixed debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ebd44d3436
commit
8055729289
@ -92,9 +92,9 @@ RequestPort::SendRequest(RequestAllocator* allocator)
|
||||
}
|
||||
#else
|
||||
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()));
|
||||
debugger("Request is not a userland request.");
|
||||
debugger("Request is not a kernel request.");
|
||||
}
|
||||
#endif
|
||||
RETURN_ERROR(fPort.Send(allocator->GetRequestSize()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user