Module Name: src
Committed By: plunky
Date: Mon May 31 17:41:25 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_tz.c
Log Message:
fix up autoconfig output
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/acpi/acpi_tz.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpi_tz.c
diff -u src/sys/dev/acpi/acpi_tz.c:1.71 src/sys/dev/acpi/acpi_tz.c:1.72
--- src/sys/dev/acpi/acpi_tz.c:1.71 Tue Apr 27 05:57:43 2010
+++ src/sys/dev/acpi/acpi_tz.c Mon May 31 17:41:24 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_tz.c,v 1.71 2010/04/27 05:57:43 jruoho Exp $ */
+/* $NetBSD: acpi_tz.c,v 1.72 2010/05/31 17:41:24 plunky Exp $ */
/*
* Copyright (c) 2003 Jared D. McNeill <[email protected]>
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.71 2010/04/27 05:57:43 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.72 2010/05/31 17:41:24 plunky Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -499,8 +499,8 @@
}
if (sc->sc_first != false)
- aprint_normal(" active cooling level %d: %sC", i,
- acpitz_celcius_string(sc->sc_zone.ac[i]));
+ aprint_normal_dev(dv, "active cooling level %d: %sC\n",
+ i, acpitz_celcius_string(sc->sc_zone.ac[i]));
valid_levels++;
}