[ACPI] ACPICA 20060127
[linux-block.git] / drivers / acpi / utilities / utglobal.c
index 87ca9a0a8b760fa465e75b7490be1d754e4c3aad..ffd13383a325ecae8ed8ae884187860b6566ce33 100644 (file)
@@ -121,8 +121,8 @@ const char *acpi_format_exception(acpi_status status)
        if (!exception) {
                /* Exception code was not recognized */
 
-               ACPI_REPORT_ERROR(("Unknown exception code: 0x%8.8X\n",
-                                  status));
+               ACPI_ERROR((AE_INFO,
+                           "Unknown exception code: 0x%8.8X", status));
 
                exception = "UNKNOWN_STATUS_CODE";
        }