Display discarded and lost events at destroy and stop
[lttng-tools.git] / src / bin / lttng / commands / stop.c
index affc3985bb48f5977fdcb95a7241613166b7c62d..b3fff0753b1c93381e0eafe073ed1e60c4127d4e 100644 (file)
@@ -155,6 +155,7 @@ static int stop_tracing(void)
 
        ret = CMD_SUCCESS;
 
+       print_session_stats(session_name);
        MSG("Tracing stopped for session %s", session_name);
        if (lttng_opt_mi) {
                ret = mi_print_session(session_name, 0);
This page took 0.023596 seconds and 4 git commands to generate.