aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index 7824858..e6fa7ba 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -941,6 +941,8 @@ int main(int argc, char **argv)
tall_hnb_ctx = talloc_named_const(NULL, 0, "hnb_context");
+ osmo_init_logging2(tall_hnb_ctx, &hnb_test_log_info);
+
vty_init(&vty_info);
hnbtest_vty_init();