aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vcl_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcl/vcl_debug.h')
-rw-r--r--src/vcl/vcl_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcl/vcl_debug.h b/src/vcl/vcl_debug.h
index 13e6726c259..3faa45822f8 100644
--- a/src/vcl/vcl_debug.h
+++ b/src/vcl/vcl_debug.h
@@ -22,7 +22,7 @@
#define VDBG(_lvl, _fmt, _args...) \
if (vcm->debug > _lvl) \
- clib_warning (_fmt, ##_args)
+ clib_warning ("vcl<w%u>: " _fmt, __vcl_worker_index, ##_args)
#define foreach_vcl_dbg_evt \
_(INIT, "vcl init track") \