summaryrefslogtreecommitdiffstats
path: root/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
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;
}