aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/threads_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/threads_cli.c')
-rw-r--r--src/vlib/threads_cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vlib/threads_cli.c b/src/vlib/threads_cli.c
index bcb85ec69fb..d14e9c50e27 100644
--- a/src/vlib/threads_cli.c
+++ b/src/vlib/threads_cli.c
@@ -290,8 +290,8 @@ show_frame_queue_internal (vlib_main_t * vm,
vlib_cli_output (vm,
" vector-threshold %d ring size %d in use %d\n",
fqt->threshold, fqt->nelts, fqt->n_in_use);
- vlib_cli_output (vm, " head %12d head_hint %12d tail %12d\n",
- fqt->head, fqt->head_hint, fqt->tail);
+ vlib_cli_output (vm, " head %12d tail %12d\n", fqt->head,
+ fqt->tail);
vlib_cli_output (vm,
" %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d %3d\n",
fqt->n_vectors[0], fqt->n_vectors[1],