date 2000.10.25.01.21.00; author agrover; state Exp;

This commit is contained in:
aystarik 2005-06-29 19:47:23 +00:00
parent c0a2dde3dd
commit 5d8fed78aa

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acmacros.h - C macros for the entire subsystem.
* $Revision: 1.51 $
* $Revision: 1.52 $
*
*****************************************************************************/
@ -335,11 +335,11 @@
#else
#define REPORT_INFO(fp) {_ReportInfo("ACPI:",__LINE__,_COMPONENT); \
#define REPORT_INFO(fp) {_ReportInfo("ACPI",__LINE__,_COMPONENT); \
DebugPrintRaw PARAM_LIST(fp);}
#define REPORT_ERROR(fp) {_ReportError("ACPI:",__LINE__,_COMPONENT); \
#define REPORT_ERROR(fp) {_ReportError("ACPI",__LINE__,_COMPONENT); \
DebugPrintRaw PARAM_LIST(fp);}
#define REPORT_WARNING(fp) {_ReportWarning("ACPI:",__LINE__,_COMPONENT); \
#define REPORT_WARNING(fp) {_ReportWarning("ACPI",__LINE__,_COMPONENT); \
DebugPrintRaw PARAM_LIST(fp);}
#endif