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"
|
||||
|
||||
// debugging
|
||||
//#define DBG(x)
|
||||
#define DBG(x) x
|
||||
#define DBG(x)
|
||||
//#define DBG(x) x
|
||||
#define OUT printf
|
||||
|
||||
// constructor
|
||||
KScanPartitionJob::KScanPartitionJob(partition_id partitionID)
|
||||
: KDiskDeviceJob(B_DISK_DEVICE_JOB_SCAN, partitionID)
|
||||
{
|
||||
SetDescription("scanning partition");
|
||||
}
|
||||
|
||||
// destructor
|
||||
|
||||
Reference in New Issue
Block a user