From 50790e72fb676f6f5d6a775552770aba8b2e59cc Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Jul 2017 13:09:47 +0200 Subject: *: remove vty_outln again (PRs merged to master added another few vty_outln() calls) Signed-off-by: David Lamparter --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hash.c') diff --git a/lib/hash.c b/lib/hash.c index 47f336c1e..7c355b2d8 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -426,7 +426,7 @@ DEFUN(show_hash_stats, if (!_hashes) { pthread_mutex_unlock (&_hashes_mtx); - vty_outln (vty, "No hash tables in use."); + vty_out (vty, "No hash tables in use.\n"); return CMD_SUCCESS; } -- cgit v1.2.3