Improved panic() message.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -625,7 +625,7 @@ IOScheduler::_Scheduler()
|
|||||||
if (request == NULL) {
|
if (request == NULL) {
|
||||||
resourcesAvailable = false;
|
resourcesAvailable = false;
|
||||||
if (operationCount == 0)
|
if (operationCount == 0)
|
||||||
panic("no more requests");
|
panic("no more requests for owner %p (thread %ld)", owner, owner->thread);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user