* 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:
Axel Dörfler 2008-11-01 17:29:45 +00:00
parent a8e8efef96
commit dd68fdb57a
2 changed files with 5 additions and 5 deletions

View File

@ -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),

View File

@ -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;