session: support multiple worker binds
[vpp.git] / src / vcl / vcl_debug.h
index 13e6726..3faa458 100644 (file)
@@ -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")                                            \