aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-09-18 16:09:18 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-09-18 16:09:18 +0200
commita66f0f20f26cebc76b8552ccf01316063466a46b (patch)
tree10a43733f97e814baa24474ae21e14357928e6fa
parent35c3494d91fb1190f3416e621ba6ecadbdc4b01e (diff)
vty: restart sgsn state: improve output message
-rw-r--r--src/gprs/sgsn_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/sgsn_vty.c b/src/gprs/sgsn_vty.c
index 154e5766a..de193f03a 100644
--- a/src/gprs/sgsn_vty.c
+++ b/src/gprs/sgsn_vty.c
@@ -824,7 +824,7 @@ DEFUN_HIDDEN(reset_sgsn_state,
vty_out(vty, "Flushed all BSSGPs queues.%s", VTY_NEWLINE);
gtp_clear_queues(sgsn->gsn);
- vty_out(vty, "Restarted connection to GGSN.%s", VTY_NEWLINE);
+ vty_out(vty, "Flushed rx & tx queus towards the GGSN.%s", VTY_NEWLINE);
/* remove all queues to bssgp */
return CMD_SUCCESS;