summaryrefslogtreecommitdiff
path: root/compiler/aslload.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-10-13 21:27:35 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-10-13 21:27:35 +0000
commita19285149615c60009a9c5190c260de14b2293f7 (patch)
treeb5f69a91eb4b1113dce613689bc3dd6bb7b24861 /compiler/aslload.c
parent7c48a2bb90aa31d333d6d4d78e28b7ee84234c15 (diff)
Notes
Diffstat (limited to 'compiler/aslload.c')
-rw-r--r--compiler/aslload.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/compiler/aslload.c b/compiler/aslload.c
index 8d06544e7d4d..fab67ccca95c 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);
}