aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index fa655ae..3f94a01 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -539,7 +539,7 @@ int main(int argc, char **argv)
osmo_ss7_vty_init_asp(tall_hnb_ctx);
osmo_sccp_vty_init();
hnbgw_vty_init(g_hnb_gw, tall_hnb_ctx);
- logging_vty_add_cmds(&hnbgw_log_info);
+ logging_vty_add_cmds();
/* Handle options after vty_init(), for --version */
handle_options(argc, argv);