]> git.proxmox.com Git - mirror_edk2.git/commitdiff
move unnecessary print statement. It may cause confused.
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 7 Aug 2008 02:41:36 +0000 (02:41 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 7 Aug 2008 02:41:36 +0000 (02:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5609 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/Sec/SecMain.c

index 2f2a1d26a26beb3b34fc4d9d0023ef425d3fc7c4..7ac729833ea66bb0e9b4abf1d834a38b5fdc1659 100644 (file)
@@ -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 ();