Improved panic() message.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-12-13 21:03:48 +00:00
parent 2f7eb9b546
commit 89e87505cf
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ IOScheduler::_Scheduler()
if (request == NULL) {
resourcesAvailable = false;
if (operationCount == 0)
panic("no more requests");
panic("no more requests for owner %p (thread %ld)", owner, owner->thread);
break;
}