Fix: comment for errors propagation
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 28 Jun 2016 20:11:07 +0000 (16:11 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 29 Jun 2016 16:35:53 +0000 (12:35 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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.027926 seconds and 5 git commands to generate.