New debug scheme with explicit debug channels declaration.

diff --git a/loader/loadorder.c b/loader/loadorder.c
index 31c55ab..365befc 100644
--- a/loader/loadorder.c
+++ b/loader/loadorder.c
@@ -15,6 +15,8 @@
 #include "heap.h"
 #include "options.h"
 
+DEFAULT_DEBUG_CHANNEL(module)
+
 
 /* #define DEBUG_LOADORDER */