Debug output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
583f8c1d02
commit
70f0555bce
@ -324,6 +324,8 @@ KDiskDeviceJobQueue::_ThreadLoop()
|
||||
manager->UpdateJobStatus(activeJob, B_DISK_DEVICE_JOB_SUCCEEDED,
|
||||
true);
|
||||
} else {
|
||||
DBG(OUT("job failed: %s\n", strerror(error)));
|
||||
DBG(OUT(" message: %s\n", activeJob->ErrorMessage()));
|
||||
// job failed: this and all succeeding jobs will be marked failed
|
||||
failed = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user