From ab110240e055d6a52bfada74f67dcfe951464a0a Mon Sep 17 00:00:00 2001 From: jkim Date: Tue, 13 Oct 2009 21:27:35 +0000 Subject: Import ACPICA 20091013. --- compiler/aslload.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'compiler/aslload.c') diff --git a/compiler/aslload.c b/compiler/aslload.c index 8d06544..fab67cc 100644 --- a/compiler/aslload.c +++ b/compiler/aslload.c @@ -575,7 +575,9 @@ LdNamespace1Begin ( goto FinishNode; } - AslCoreSubsystemError (Op, Status, "Failure from lookup\n", FALSE); + AslCoreSubsystemError (Op, Status, + "Failure from namespace lookup", FALSE); + goto Exit; } @@ -718,7 +720,7 @@ LdNamespace1Begin ( else { AslCoreSubsystemError (Op, Status, - "Failure from lookup %s\n", FALSE); + "Failure from namespace lookup", FALSE); goto Exit; } } @@ -885,7 +887,8 @@ LdNamespace2Begin ( return (AE_OK); } - AslCoreSubsystemError (Op, Status, "Failure from lookup\n", FALSE); + AslCoreSubsystemError (Op, Status, + "Failure from namespace lookup", FALSE); return (AE_OK); } -- cgit v1.1