Disabled debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12874 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-05-29 00:17:02 +00:00
parent 6c21f09133
commit 1d2f53e0ba
5 changed files with 7 additions and 5 deletions

View File

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

View File

@ -31,7 +31,7 @@
#include <string.h>
#define TRACE_NODES
//#define TRACE_NODES
#ifdef TRACE_NODES
# define TRACE(x) dprintf x
#else

View File

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

View File

@ -21,7 +21,7 @@
#include <stdlib.h>
#define TRACE_REGISTRATION
//#define TRACE_REGISTRATION
#ifdef TRACE_REGISTRATION
# define TRACE(x) dprintf x
#else

View File

@ -26,7 +26,7 @@
#include <stdlib.h>
#define TRACE_SCAN
//#define TRACE_SCAN
#ifdef TRACE_SCAN
# define TRACE(x) dprintf x
#else