fix a few format string issues

date	2001.10.17.20.38.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:40:34 +00:00
parent 9df009e169
commit 3b8832aa8c

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslanalyze.c - check for semantic errors
* $Revision: 1.46 $
* $Revision: 1.47 $
*
*****************************************************************************/
@ -698,7 +698,7 @@ AnMethodAnalysisWalkBegin (
{
/* Probably was an error in the method declaration, no additional error here */
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
return (AE_ERROR);
}
@ -739,7 +739,7 @@ AnMethodAnalysisWalkBegin (
{
/* Probably was an error in the method declaration, no additional error here */
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
return (AE_ERROR);
}
@ -782,7 +782,7 @@ AnMethodAnalysisWalkBegin (
{
/* Probably was an error in the method declaration, no additional error here */
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
return (AE_ERROR);
}