* [Patch 08/12] Chunk: fix wrong message
@ 2010-04-18 4:42 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2010-04-18 4:42 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
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;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-18 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 4:42 [Patch 08/12] Chunk: fix wrong message Pete Zaitcev
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.