From 47cb248424b4eab20a6b3cf8768f62ee3f8f0273 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 13 Jul 2020 08:52:53 -0700 Subject: session: reduce verbosity on fifo alloc failure Also fix session test app name registrations Type: improvement Signed-off-by: Florin Coras Change-Id: I7d365154ab9af83b17b026762ab4f0aea85ce486 --- src/vnet/session/segment_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/session/segment_manager.c') diff --git a/src/vnet/session/segment_manager.c b/src/vnet/session/segment_manager.c index caaf67f8915..dbeff6e4acf 100644 --- a/src/vnet/session/segment_manager.c +++ b/src/vnet/session/segment_manager.c @@ -720,7 +720,7 @@ alloc_check: } else { - clib_warning ("Can't add new seg and no space to allocate fifos!"); + SESSION_DBG ("Can't add new seg and no space to allocate fifos!"); return SESSION_E_SEG_NO_SPACE; } } -- cgit 1.2.3-korg