From owner-cvs-src@FreeBSD.ORG Fri Jan 2 10:24:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E22F16A4CE; Fri, 2 Jan 2004 10:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD27643D5A; Fri, 2 Jan 2004 10:24:13 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i02IOD0B055162; Fri, 2 Jan 2004 10:24:13 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i02IODc4055161; Fri, 2 Jan 2004 10:24:13 -0800 (PST) (envelope-from njl) Message-Id: <200401021824.i02IODc4055161@repoman.freebsd.org> From: Nate Lawson Date: Fri, 2 Jan 2004 10:24:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_power.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 18:24:15 -0000 njl 2004/01/02 10:24:13 PST FreeBSD src repository Modified files: sys/kern subr_power.c Log: Move the kernel power change printf under bootverbose since the power_profile script now duplicates the message via syslog. Revision Changes Path 1.5 +5 -2 src/sys/kern/subr_power.c