Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2856846e authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

ACPICA: Debug output: small formatting update, no functional change.



Allow for longer filenames in the module name output during
trace operations.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Reviewed-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c3faedcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -190,7 +190,7 @@ acpi_debug_print(u32 requested_debug_level,
	 * Display the module name, current line number, thread ID (if requested),
	 * Display the module name, current line number, thread ID (if requested),
	 * current procedure nesting level, and the current procedure name
	 * current procedure nesting level, and the current procedure name
	 */
	 */
	acpi_os_printf("%8s-%04ld ", module_name, line_number);
	acpi_os_printf("%9s-%04ld ", module_name, line_number);


	if (ACPI_LV_THREADS & acpi_dbg_level) {
	if (ACPI_LV_THREADS & acpi_dbg_level) {
		acpi_os_printf("[%u] ", (u32)thread_id);
		acpi_os_printf("[%u] ", (u32)thread_id);