aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-11 17:51:11 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-18 01:30:42 +0100
commit110bb5c9afa96616ff608363b1a67c19b087d93f (patch)
tree3f6a786cae59ad35336ce82799a89668adbbe1fd /src
parent6a62e549cdede9d747b26e43cc300f9183270260 (diff)
hnbgw vty: add logging commands
Diffstat (limited to 'src')
-rw-r--r--src/hnbgw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 798789c..a6787c6 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -389,6 +389,8 @@ static void hnbgw_vty_init(void)
install_element_ve(&show_hnb_cmd);
install_element_ve(&show_ue_cmd);
install_element_ve(&show_talloc_cmd);
+
+ logging_vty_add_cmds(&hnbgw_log_info);
}
int main(int argc, char **argv)