aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;