Commit 841b83bc authored by Leonardo Lai's avatar Leonardo Lai

print message when poller exiting

parent 73376f4a
...@@ -456,5 +456,6 @@ void poller_body(void) ...@@ -456,5 +456,6 @@ void poller_body(void)
} }
} }
// Exit directly to avoid returning in the application main (as we forked) // Exit directly to avoid returning in the application main (as we forked)
RTE_LOG(INFO, POLLBODY, "Polling process exiting.\n");
exit(0); exit(0);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment