aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index 8fd2e005..c05b523d 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -637,4 +637,10 @@ int log_init(const struct log_info *inf, void *ctx)
}
/* copy over the library part */
+ for (i = 0; i < ARRAY_SIZE(internal_cat); i++) {
+ memcpy(&osmo_log_info->cat[inf->num_cat+i],
+ &internal_cat[i], sizeof(struct log_info_cat));
+ }
+
+ return 0;
}