ACPICA: Update a couple of debug output messages
ACPICA commit 809c1766598c7f3decaeeba2c6ed603c538d0270 Cleanup output. Link: https://github.com/acpica/acpica/commit/809c1766 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
fd13aaa850
commit
1537f3037c
|
@ -244,7 +244,7 @@ acpi_db_single_step(struct acpi_walk_state *walk_state,
|
|||
if ((acpi_gbl_db_output_to_file) ||
|
||||
(acpi_dbg_level & ACPI_LV_PARSE)) {
|
||||
acpi_os_printf
|
||||
("\n[AmlDebug] Next AML Opcode to execute:\n");
|
||||
("\nAML Debug: Next AML Opcode to execute:\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -89,7 +89,7 @@ acpi_ns_print_node_pathname(struct acpi_namespace_node *node,
|
|||
acpi_os_printf("%s ", message);
|
||||
}
|
||||
|
||||
acpi_os_printf("[%s] (Node %p)", (char *)buffer.pointer, node);
|
||||
acpi_os_printf("%s", (char *)buffer.pointer);
|
||||
ACPI_FREE(buffer.pointer);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue