Disabled debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12874 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define TRACE_DRIVER_LOADER
|
||||
//#define TRACE_DRIVER_LOADER
|
||||
#ifdef TRACE_DRIVER_LOADER
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define TRACE_NODES
|
||||
//#define TRACE_NODES
|
||||
#ifdef TRACE_NODES
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define TRACE_PROBE
|
||||
//#define TRACE_PROBE
|
||||
#ifdef TRACE_PROBE
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
@@ -1120,8 +1120,10 @@ get_nodes_for_device_type(device_node_info *node, struct list *list, const char
|
||||
}
|
||||
|
||||
if (matches) {
|
||||
#ifdef TRACE_PROBE
|
||||
dprintf("** NODE MATCHES TYPE %s\n", type);
|
||||
dm_dump_node(node, 0);
|
||||
#endif
|
||||
return add_device_node(list, node);
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#define TRACE_REGISTRATION
|
||||
//#define TRACE_REGISTRATION
|
||||
#ifdef TRACE_REGISTRATION
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#define TRACE_SCAN
|
||||
//#define TRACE_SCAN
|
||||
#ifdef TRACE_SCAN
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user