From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 09/12] tabled: drop double prefixing Date: Mon, 19 Apr 2010 00:48:54 -0400 Message-ID: <4BCBE0B6.6050901@garzik.org> References: <20100417224257.0bd00861@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=PFtNClfSPvRgrYoD6Egx3qpjVwHAacArOB8p7WrPo/A=; b=vzzCNjIFuSghikpWL+Rr2Se8V78eIE1VgElIIwdJ32VEOKGPzl8Va5frvTXuwmf8IJ mobpLVenwdipoldgkxlV20EbH/A6V2Ti/rnOxKqt3M7x0MhAdlp0CVhCRHEH3OFaAXis 0yyKoFRFJXgyFs1SHhnZI2J71suO2Pc+53T/M= In-Reply-To: <20100417224257.0bd00861@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 On 04/18/2010 12:42 AM, Pete Zaitcev wrote: > On Fedora 14, the following is seen in syslog: > > Apr 17 19:58:52 niphredil tabled: tabled: connecting to site > hitlain.zaitcev.lan:8083: No route to host > Apr 17 19:58:56 niphredil tabled: tabled: DB_ENV->rep_elect:WARNING: > nvotes (1) is sub-majority with nsites (2) > > Drop the extra prefix, it only wastes screen space. > > Signed-off-by: Pete Zaitcev > > --- > lib/tdb.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) applied 9-12