X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_private.h;h=fd9d73c35470904777c54dce6669da3b7338a064;hb=9ace36d0f9b04e2d4db410607ee33a8e72ef00c5;hp=30d3774fa93c8ebabd957e33da4fd5960e3ce6e0;hpb=960e58efde0f11d0c1b8783c104c29dee34ee088;p=vpp.git diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 30d3774fa93..fd9d73c3547 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -375,6 +375,7 @@ vcl_session_alloc (vcl_worker_t * wrk) static inline void vcl_session_free (vcl_worker_t * wrk, vcl_session_t * s) { + VDBG (0, "session %u [0x%llx] removed", s->session_index, s->vpp_handle); pool_put (wrk->sessions, s); }