From 05adceba5db03960e470426013044caf2886609f Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:41:19 +0000 Subject: [PATCH] Renamed DebugLevel date 2000.06.19.15.46.00; author rmoore1; state Exp; --- source/tools/acpiexec/aemain.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/tools/acpiexec/aemain.c b/source/tools/acpiexec/aemain.c index 1d088eef6..de388befd 100644 --- a/source/tools/acpiexec/aemain.c +++ b/source/tools/acpiexec/aemain.c @@ -187,8 +187,8 @@ main ( /* Init globals */ Buffer = malloc (BUFFER_SIZE); - DebugLevel = DEBUG_DEFAULT & (~TRACE_TABLES); - DebugLayer = 0xFFFFFFFF; + AcpiDbgLevel = DEBUG_DEFAULT & (~TRACE_TABLES); + AcpiDbgLayer = 0xFFFFFFFF; printf ("ACPI AML Execution/Debug Utility "); @@ -220,8 +220,8 @@ main ( break; case 'l': - DebugLevel = strtoul (optarg, NULL, 0); - printf ("Debug Level: %lX\n", DebugLevel); + AcpiDbgLevel = strtoul (optarg, NULL, 0); + printf ("Debug Level: %lX\n", AcpiDbgLevel); break; case 'o':