From a66f0f20f26cebc76b8552ccf01316063466a46b Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 18 Sep 2018 16:09:18 +0200 Subject: vty: restart sgsn state: improve output message Change-Id: I20e91e196b9d64b6dac11ab47fcef85f8a9ee0b7 --- src/gprs/sgsn_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3