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, 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)