From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 5/7] tabled: suppress repeating messages Date: Wed, 20 Jan 2010 14:54:40 -0500 Message-ID: <4B575F80.10605@garzik.org> References: <20100114211340.7644549d@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=+9CrJisFzwSA9ewxvcnMOaY5NR9EZOy6nFLgJT4YGTU=; b=WnaYRrSlZpHs6z8l5dgm6WsI9/0NcA+EcG4H/rTC5j1DaPCHHM9LpY+0ifQ5M6V1XY z+zok5pCDBL351gTY3mCERpMQHDeOJvZdkKxjgAjaCT5bAyyZJdLwz6YTxOeYlUSHBqU dYpTlUmAQyi3M1oyyAV3dp+GttpCdUhn8D118= In-Reply-To: <20100114211340.7644549d@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 01/14/2010 11:13 PM, Pete Zaitcev wrote: > Every time CLD crashes, I find my logs filled up with error messages. > But running without them is no good either, so I don't want to remove > this message entirely. Let us try some filtering. > > Actually, I am still considering if we should not reset the error > to zero whenever a packet is recived successfuly, but this seems to > work well in practice. > > Signed-Off-By: Pete Zaitcev > > --- > server/cldu.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) applied 5-7