diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2001-08-26 22:28:18 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2001-08-26 22:28:18 +0000 |
| commit | 2ee2f9cb7457edd22680e19323177347cd0aabff (patch) | |
| tree | 6e637a23360d60a81f3d110ebc3bcfe7d749faae /sys/contrib/dev/acpica/exsystem.c | |
| parent | 4f12dbc3f61dbfa5e3322b352723078db101c3cb (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/exsystem.c')
| -rw-r--r-- | sys/contrib/dev/acpica/exsystem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/exsystem.c b/sys/contrib/dev/acpica/exsystem.c index bbe57ee19162..b97c06a51aaa 100644 --- a/sys/contrib/dev/acpica/exsystem.c +++ b/sys/contrib/dev/acpica/exsystem.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exsystem - Interface to OS services - * $Revision: 64 $ + * $Revision: 65 $ * *****************************************************************************/ @@ -166,7 +166,7 @@ AcpiExSystemWaitSemaphore ( Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout); - DEBUG_PRINT (TRACE_EXEC, ("*** Thread awake after blocking, %s\n", + ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "*** Thread awake after blocking, %s\n", AcpiFormatException (Status))); /* Reacquire the interpreter */ |
