mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
debug: Fix debugging for the nat category.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user