Debug output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -324,6 +324,8 @@ KDiskDeviceJobQueue::_ThreadLoop()
|
|||||||
manager->UpdateJobStatus(activeJob, B_DISK_DEVICE_JOB_SUCCEEDED,
|
manager->UpdateJobStatus(activeJob, B_DISK_DEVICE_JOB_SUCCEEDED,
|
||||||
true);
|
true);
|
||||||
} else {
|
} 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
|
// job failed: this and all succeeding jobs will be marked failed
|
||||||
failed = true;
|
failed = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user