Fixed debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-03-16 03:17:24 +00:00
parent ebd44d3436
commit 8055729289

View File

@ -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()));