Fix: lttng UI failed to report error 19
[lttng-tools.git] / src / bin / lttng / commands / list.c
index a6ea6b8c9c6c153375bac25c7b390466b830d01d..7006e8e101a7f2080c331ce8f91517762c5cec0e 100644 (file)
@@ -588,6 +588,7 @@ static int list_sessions(const char *session_name)
        DBG("Session count %d", count);
        if (count < 0) {
                ret = count;
+               ERR("%s", lttng_strerror(ret));
                goto error;
        } else if (count == 0) {
                MSG("Currently no available tracing session");
This page took 0.022633 seconds and 4 git commands to generate.