Turned off debugging. Now sets the job description.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4139 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,14 +11,15 @@
|
|||||||
#include "KScanPartitionJob.h"
|
#include "KScanPartitionJob.h"
|
||||||
|
|
||||||
// debugging
|
// debugging
|
||||||
//#define DBG(x)
|
#define DBG(x)
|
||||||
#define DBG(x) x
|
//#define DBG(x) x
|
||||||
#define OUT printf
|
#define OUT printf
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
KScanPartitionJob::KScanPartitionJob(partition_id partitionID)
|
KScanPartitionJob::KScanPartitionJob(partition_id partitionID)
|
||||||
: KDiskDeviceJob(B_DISK_DEVICE_JOB_SCAN, partitionID)
|
: KDiskDeviceJob(B_DISK_DEVICE_JOB_SCAN, partitionID)
|
||||||
{
|
{
|
||||||
|
SetDescription("scanning partition");
|
||||||
}
|
}
|
||||||
|
|
||||||
// destructor
|
// destructor
|
||||||
|
|||||||
Reference in New Issue
Block a user