aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 23:19:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 23:19:44 +0100
commitfca7b12e0d2fdcdfff334c4576899e82f99e8d43 (patch)
tree4fd7fd37663e5d58ba510aeea6617f10d8a541cd
parent16b07c645bf7384534eb830e1dfda7609a2cbf05 (diff)
vty: Install the vty logging commands
-rw-r--r--src/vty_interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vty_interface.c b/src/vty_interface.c
index 47b44b3..9c87fb5 100644
--- a/src/vty_interface.c
+++ b/src/vty_interface.c
@@ -27,6 +27,7 @@
#include <osmocore/rate_ctr.h>
#include <osmocom/vty/command.h>
+#include <osmocom/vty/logging.h>
#include <osmocom/vty/vty.h>
#include <unistd.h>
@@ -416,6 +417,7 @@ void cell_vty_init(void)
{
cmd_init(1);
vty_init(&vty_info);
+ logging_vty_add_cmds();
install_element(CONFIG_NODE, &cfg_cell_cmd);
install_node(&cell_node, config_write_cell);