summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/vty/vty_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vty/vty_test.c b/tests/vty/vty_test.c
index 865c93e9..1e1b495a 100644
--- a/tests/vty/vty_test.c
+++ b/tests/vty/vty_test.c
@@ -318,7 +318,7 @@ int main(int argc, char **argv)
vty_init(&vty_info);
/* Setup VTY commands */
- logging_vty_add_cmds(&log_info);
+ logging_vty_add_cmds();
osmo_stats_vty_add_cmds();
test_cmd_string_from_valstr();