Fix: comment for errors propagation
[lttng-tools.git] / src / bin / lttng / commands / create.c
index f3783a534c69a6b9eb5ff3752d8882f68f93ac82..707f5ee7d385df79d82b327b9885724c131d68cd 100644 (file)
@@ -310,7 +310,7 @@ static int create_session_basic (const char *session_name,
        }
 
        if (ret < 0) {
-               /* Don't set ret so lttng can interpret the sessiond error. */
+               /* Don't set ret so the sessiond error is propagated. */
                switch (-ret) {
                case LTTNG_ERR_EXIST_SESS:
                        WARN("Session %s already exists", session_name);
This page took 0.025288 seconds and 5 git commands to generate.