* 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:
parent
a8e8efef96
commit
dd68fdb57a
@ -31,8 +31,8 @@
|
||||
|
||||
|
||||
#undef TRACE
|
||||
//#define TRACE(x...)
|
||||
#define TRACE(x...) printf(x)
|
||||
#define TRACE(x...)
|
||||
//#define TRACE(x...) printf(x)
|
||||
|
||||
|
||||
using std::nothrow;
|
||||
@ -72,7 +72,7 @@ struct DiskDeviceJobGenerator::MoveInfo {
|
||||
};
|
||||
|
||||
|
||||
// PartitionRefInfo
|
||||
// PartitionRefInfo
|
||||
struct DiskDeviceJobGenerator::PartitionRefInfo {
|
||||
PartitionRefInfo()
|
||||
: partition(NULL),
|
||||
|
@ -25,8 +25,8 @@
|
||||
|
||||
|
||||
#undef TRACE
|
||||
//#define TRACE(format...)
|
||||
#define TRACE(format...) printf(format)
|
||||
#define TRACE(format...)
|
||||
//#define TRACE(format...) printf(format)
|
||||
|
||||
|
||||
using std::nothrow;
|
||||
|
Loading…
Reference in New Issue
Block a user