From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [tabled patch 1/4] mark down nodes properly Date: Tue, 25 May 2010 18:43:00 -0400 Message-ID: <4BFC5274.1030903@garzik.org> References: <20100521201908.26d11a1f@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=W00KQlZYXZEeAEn5BGoI+pRYsstkjjoObJX/bVeRSrI=; b=r1Bmyuw3ayzFielPXByB6t+s1oP30ZtzE12ARcyOV43anHHr4AIS4/8rLQgYxFXkV2 pha6rA9La1Tjxg/LSdsGCI60Zi9eU/D/SbepjbbqnmqfBB727RLaVTieHIgI40F5RJKc yDboo0IczWmsu3ss2bUWZIemyhfvFjY+r+N+I= In-Reply-To: <20100521201908.26d11a1f@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 05/21/2010 10:19 PM, Pete Zaitcev wrote: > A simple assignment was forgotten, so tabled was expending a bit of > extra effort trying to contact nodes that are down. > > Also, change the log level to match the line above. > > Signed-off-by: Pete Zaitcev applied