debug: Fix debugging for the nat category.

This commit is contained in:
Holger Hans Peter Freyther
2010-03-29 14:59:21 +02:00
parent e09348d366
commit d7cafafeee

View File

@@ -55,6 +55,7 @@ static struct debug_category default_categories[Debug_LastEntry] = {
[DHO] = { .enabled = 1, .loglevel = LOGL_NOTICE },
[DDB] = { .enabled = 1, .loglevel = LOGL_NOTICE },
[DREF] = { .enabled = 0, .loglevel = LOGL_NOTICE },
[DNAT] = { .enabled = 1, .loglevel = LOGL_NOTICE },
};
struct debug_info {