From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 16:42:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8512A16A4CE for ; Mon, 12 Apr 2004 16:42:50 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E8F43D1D for ; Mon, 12 Apr 2004 16:42:50 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.216.216) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA9270153BBBA; Tue, 13 Apr 2004 09:42:45 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id ACD8B41DC; Tue, 13 Apr 2004 09:46:45 +1000 (EST) Date: Tue, 13 Apr 2004 09:46:45 +1000 From: Tim Robbins To: Ion-Mihai Tetcu Message-ID: <20040412234645.GB71177@cat.robbins.dropbear.id.au> References: <20040413005149.61e585ab@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040413005149.61e585ab@it.buh.cameradicommercio.ro> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: "kernel: x: 2" mean ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 23:42:50 -0000 On Tue, Apr 13, 2004 at 12:51:49AM +0300, Ion-Mihai Tetcu wrote: > Apr 13 00:20:26 it kernel: x: 2 > Apr 13 00:20:26 it kernel: x: 2 > Apr 13 00:26:54 it kernel: x: 2 > Apr 13 00:27:11 it last message repeated 3 times Looks like someone forgot to remove a debugging printf() statement from the sound code. Tim