New debug scheme with explicit debug channels declaration.

diff --git a/files/profile.c b/files/profile.c
index 0bceb87..2f357bf 100644
--- a/files/profile.c
+++ b/files/profile.c
@@ -19,6 +19,8 @@
 #include "debug.h"
 #include "options.h"
 
+DEFAULT_DEBUG_CHANNEL(profile)
+
 typedef struct tagPROFILEKEY
 {
     char                  *name;