From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:42:56 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A9B16A4DF for ; Mon, 7 Aug 2006 09:42:56 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1134A43DA4 for ; Mon, 7 Aug 2006 09:42:33 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1173353pyc for ; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n5GVqIofq8mhwmIfu76HQ7quLCLO7mML+kGWL6clRwmdy4uaefdkzg99xYtRYVxBxo1f7HsGN9OjKbO+siPUn5H4DGZKUwE2maBJCgLXonRpFM6VZ3BA/ZjZaKhR/Dst46z5t9BgKq2J7koz7/TEaXRqadYvTIMiVTPdUtSdftk= Received: by 10.35.41.12 with SMTP id t12mr11802849pyj; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) Received: by 10.35.112.18 with HTTP; Mon, 7 Aug 2006 02:42:29 -0700 (PDT) Message-ID: <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> Date: Mon, 7 Aug 2006 10:42:29 +0100 From: "Joao Barros" To: "Gleb Smirnoff" In-Reply-To: <200608070805.k7785A7U020915@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608070805.k7785A7U020915@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 09:42:56 -0000 On 8/7/06, Gleb Smirnoff wrote: > glebius 2006-08-07 08:05:10 UTC > > FreeBSD src repository > > Modified files: > sys/netgraph ng_pppoe.c > Log: > - Use log(9) instead of printf(9). > - Print node ID, where possible. > - Prepend log messages with function name, or at least with "ng_pppoe". > > Reviewed by: julian > Tested by: Joao Barros > > Revision Changes Path > 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c Thanks! Is this an MFC candidate for 6.2? -- Joao Barros