session: fix local session tagging and cleanup
[vpp.git] / src / vnet / session / session_node.c
index 9a954bb..281622b 100644 (file)
@@ -835,7 +835,7 @@ skip_dequeue:
          s = session_event_get_session (e, thread_index);
          if (PREDICT_FALSE (!s))
            {
-             clib_warning ("It's dead, Jim!");
+             clib_warning ("session was freed!");
              continue;
            }