summaryrefslogtreecommitdiff
path: root/UnixPkg/Sec/SecMain.c
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-07 02:41:36 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-07 02:41:36 +0000
commit2f4050c2e15425d1f82e6482d5d0dc3b35bb315f (patch)
treec19b20ea6af6707fbf3b413bd7535918890231ec /UnixPkg/Sec/SecMain.c
parent51b02d81f01441e2aadae1d0bcd46560a93e6f12 (diff)
downloadedk2-platforms-2f4050c2e15425d1f82e6482d5d0dc3b35bb315f.tar.xz
move unnecessary print statement. It may cause confused.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5609 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Sec/SecMain.c')
-rw-r--r--UnixPkg/Sec/SecMain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c
index 2f2a1d26a2..7ac729833e 100644
--- a/UnixPkg/Sec/SecMain.c
+++ b/UnixPkg/Sec/SecMain.c
@@ -994,8 +994,6 @@ SecNt32PeCoffRelocateImage (
if (Entry != NULL) {
ImageContext->EntryPoint = Entry;
printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
- } else {
- printf("Could not find _ModuleEntryPoint Entry, Module may be built error\n");
}
SecUnixLoaderBreak ();