From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 08/12] Chunk: fix wrong message
Date: Sat, 17 Apr 2010 22:42:23 -0600 [thread overview]
Message-ID: <20100417224223.52cf8802@redhat.com> (raw)
The message makes no sense. It was a carry-over from cldc where there
were many failure modes (fh is NULL, fh->valid false, etc.).
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
---
server/cldu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b723269c703c60560e18923ef49fdbe2a46be133
Author: Master <zaitcev@lembas.zaitcev.lan>
Date: Sat Apr 17 19:52:40 2010 -0600
Bogus message.
diff --git a/server/cldu.c b/server/cldu.c
index 58edf4b..fd7e9a1 100644
--- a/server/cldu.c
+++ b/server/cldu.c
@@ -384,7 +384,7 @@ static int cldu_set_cldc(struct cld_session *cs, int newactive)
&error, 0 /* CE_MASTER_FAILOVER | CE_SESS_FAILED */,
NULL, NULL);
if (cs->ffh == NULL) {
- applog(LOG_ERR, "CLD open(%s) failed: NULL fh", cs->ffname);
+ applog(LOG_ERR, "CLD open(%s) failed: %d", cs->ffname, error);
goto err_fopen;
}
reply other threads:[~2010-04-18 4:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100417224223.52cf8802@redhat.com \
--to=zaitcev@redhat.com \
--cc=hail-devel@vger.kernel.org \
--cc=jeff@garzik.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.