aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/exstore.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
commitf6402773ea74398ade71cd4c72b4b5082251f753 (patch)
treec4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/exstore.c
parentf2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (diff)
downloadsrc-f6402773ea74398ade71cd4c72b4b5082251f753.tar.gz
src-f6402773ea74398ade71cd4c72b4b5082251f753.zip
Update to the 20001201 ACPI CA snapshot.
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=69746
Diffstat (limited to 'sys/contrib/dev/acpica/exstore.c')
-rw-r--r--sys/contrib/dev/acpica/exstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/exstore.c b/sys/contrib/dev/acpica/exstore.c
index 976ecc7ef39a..7d9285f21003 100644
--- a/sys/contrib/dev/acpica/exstore.c
+++ b/sys/contrib/dev/acpica/exstore.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: amstore - AML Interpreter object store support
- * $Revision: 116 $
+ * $Revision: 117 $
*
*****************************************************************************/
@@ -430,7 +430,7 @@ AcpiAmlExecStore (
*/
default:
DEBUG_PRINT (ACPI_ERROR,
- ("AmlExecStore/Index: Source must be Number/Buffer/String type, not 0x%x\n",
+ ("AmlExecStore/Index: Source must be Number/Buffer/String type, not %X\n",
ValDesc->Common.Type));
Status = AE_AML_OPERAND_TYPE;
break;