aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/segment_manager.c
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2020-07-13 08:52:53 -0700
committerFlorin Coras <fcoras@cisco.com>2020-07-13 08:57:35 -0700
commit47cb248424b4eab20a6b3cf8768f62ee3f8f0273 (patch)
tree12e3ba49248fb1aaa50918a1dc037d6d813ee464 /src/vnet/session/segment_manager.c
parent52e9aaf0b55e7742a39d75e5dffb813a3b0c011d (diff)
session: reduce verbosity on fifo alloc failure
Also fix session test app name registrations Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I7d365154ab9af83b17b026762ab4f0aea85ce486
Diffstat (limited to 'src/vnet/session/segment_manager.c')
-rw-r--r--src/vnet/session/segment_manager.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}