stats: Remove unsolicited clib_warning

It is annoying to see unsolicited message like this spew out to the
console which an end-user cares less about.
vlib_stats_rename_symlink:301: RENAME new name: /nodes/unix-cli-local:52/clocks

Type: fix
Fixes: I92a62bb1cb799e8fdc3ec4110ae3428825254f8a

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I071f3d3736c06cd95a38ec46c7e2222caad01283
This commit is contained in:
Steven Luong
2022-02-09 15:11:48 -08:00
committed by Damjan Marion
parent 137d4ca67b
commit 791144cbc5
+1 -1
View File
@@ -298,7 +298,7 @@ vlib_stats_rename_symlink (void *oldheap, u64 index, u8 *new_name)
{
stat_segment_main_t *sm = &stat_segment_main;
stat_segment_directory_entry_t *e;
clib_warning ("RENAME new name: %s", new_name);
ASSERT (clib_mem_get_heap () == sm->heap);
ASSERT (index < vec_len (sm->directory_vector));
if (index > vec_len (sm->directory_vector))