Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: soariez@gmail.com (Zifei Tong)
Subject: [lttng-dev] [PATCH lttng-tools 2/2] Add missing error message for lttcomm_return_code
Date: Tue, 25 Feb 2014 23:41:29 +0800	[thread overview]
Message-ID: <1393342889-61215-2-git-send-email-soariez@gmail.com> (raw)
In-Reply-To: <1393342889-61215-1-git-send-email-soariez@gmail.com>

Signed-off-by: Zifei Tong <soariez at gmail.com>
---
 src/common/sessiond-comm/sessiond-comm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/common/sessiond-comm/sessiond-comm.c b/src/common/sessiond-comm/sessiond-comm.c
index 65952b2..05483ff 100644
--- a/src/common/sessiond-comm/sessiond-comm.c
+++ b/src/common/sessiond-comm/sessiond-comm.c
@@ -67,6 +67,7 @@ static const char *lttcomm_readable_code[] = {
 	[ LTTCOMM_ERR_INDEX(LTTCOMM_CONSUMERD_ERROR_METADATA) ] = "Error with metadata",
 	[ LTTCOMM_ERR_INDEX(LTTCOMM_CONSUMERD_FATAL) ] = "Fatal error",
 	[ LTTCOMM_ERR_INDEX(LTTCOMM_CONSUMERD_RELAYD_FAIL) ] = "Error on remote relayd",
+	[ LTTCOMM_ERR_INDEX(LTTCOMM_CONSUMERD_CHANNEL_FAIL) ] = "Channel creation failed",
 
 	/* Last element */
 	[ LTTCOMM_ERR_INDEX(LTTCOMM_NR) ] = "Unknown error code"
-- 
1.8.3.4 (Apple Git-47)




      reply	other threads:[~2014-02-25 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 15:41 [lttng-dev] [PATCH lttng-tools 1/2] Fix: implicit conversion of enum types in consumer Zifei Tong
2014-02-25 15:41 ` Zifei Tong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1393342889-61215-2-git-send-email-soariez@gmail.com \
    --to=soariez@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox