From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] chunkd: corrent printed name Date: Thu, 13 Aug 2009 01:38:49 -0400 Message-ID: <4A83A6E9.30903@garzik.org> References: <20090812231607.5f6662c9@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090812231607.5f6662c9@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List Pete Zaitcev wrote: > Signed-off-by: Pete Zaitcev > > diff --git a/server/cldu.c b/server/cldu.c > index da08d1b..fc746e4 100644 > --- a/server/cldu.c > +++ b/server/cldu.c > @@ -422,7 +422,7 @@ static int cldu_lock_cb(struct cldc_call_opts *carg, enum cle_err_codes errc) > int rc; > > if (errc != CLE_OK) { > - applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->cfname, errc); > + applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->ffname, errc); > return 0; > } applied 1-2