diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
commit | 3d51590acd9ce6cfcd823e3d4d340f04ff800228 (patch) | |
tree | d8c7a85f644b22ff2a5e5c9a56190e6798fb381e /source/components/dispatcher/dsinit.c | |
parent | 08f4234e06d8d6855c0b79c95da98f267ca3554e (diff) |
Notes
Diffstat (limited to 'source/components/dispatcher/dsinit.c')
-rw-r--r-- | source/components/dispatcher/dsinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsinit.c b/source/components/dispatcher/dsinit.c index e7045f461a8a..9810f9ff3f71 100644 --- a/source/components/dispatcher/dsinit.c +++ b/source/components/dispatcher/dsinit.c @@ -362,7 +362,7 @@ AcpiDsInitializeObjects ( if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_DSDT)) { ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, - "\nInitializing Namespace objects:\n")); + "\nACPI table initialization:\n")); } /* Summary of objects initialized */ |