aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/mgcp')
-rw-r--r--openbsc/src/mgcp/mgcp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c
index 63955e7d5..99391223a 100644
--- a/openbsc/src/mgcp/mgcp_main.c
+++ b/openbsc/src/mgcp/mgcp_main.c
@@ -194,7 +194,7 @@ int main(int argc, char** argv)
return -1;
vty_init("OpenBSC MGCP", PACKAGE_VERSION, openbsc_copyright);
- openbsc_vty_add_cmds();
+ logging_vty_add_cmds();
mgcp_vty_init();
handle_options(argc, argv);