* Calmed down debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28436 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#undef TRACE
|
#undef TRACE
|
||||||
//#define TRACE(x...)
|
#define TRACE(x...)
|
||||||
#define TRACE(x...) printf(x)
|
//#define TRACE(x...) printf(x)
|
||||||
|
|
||||||
|
|
||||||
using std::nothrow;
|
using std::nothrow;
|
||||||
@@ -72,7 +72,7 @@ struct DiskDeviceJobGenerator::MoveInfo {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// PartitionRefInfo
|
// PartitionRefInfo
|
||||||
struct DiskDeviceJobGenerator::PartitionRefInfo {
|
struct DiskDeviceJobGenerator::PartitionRefInfo {
|
||||||
PartitionRefInfo()
|
PartitionRefInfo()
|
||||||
: partition(NULL),
|
: partition(NULL),
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#undef TRACE
|
#undef TRACE
|
||||||
//#define TRACE(format...)
|
#define TRACE(format...)
|
||||||
#define TRACE(format...) printf(format)
|
//#define TRACE(format...) printf(format)
|
||||||
|
|
||||||
|
|
||||||
using std::nothrow;
|
using std::nothrow;
|
||||||
|
|||||||
Reference in New Issue
Block a user