tests/hnb-test: Initialize logging with existing struct log_info

Change-Id: Ic92e60dda41a9e4d139294b1e851fff5c4f26143
This commit is contained in:
Pau Espin 2021-01-14 11:29:47 +01:00
parent 4c928485ba
commit 8653233b57
1 changed files with 2 additions and 0 deletions

View File

@ -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();