]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update DEBUG log information to specify SMM driver to be loaded in SmmCore
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 12 Feb 2011 01:46:33 +0000 (01:46 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 12 Feb 2011 01:46:33 +0000 (01:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11308 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/PiSmmCore/Dispatcher.c

index 3ed464e938399d982958b4f535070e5d48ee65cd..78c29ffe2255670927cd4251dbce074d317ff4be 100644 (file)
@@ -27,7 +27,7 @@
 \r
   Depex - Dependency Expresion.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available \r
   under the terms and conditions of the BSD License which accompanies this \r
   distribution.  The full text of the license may be found at        \r
@@ -587,7 +587,7 @@ SmmLoadImage (
 \r
 \r
     DEBUG ((DEBUG_INFO | DEBUG_LOAD,\r
-           "Loading driver at 0x%11p EntryPoint=0x%11p ",\r
+           "Loading SMM driver at 0x%11p EntryPoint=0x%11p ",\r
            (VOID *)(UINTN) ImageContext.ImageAddress,\r
            FUNCTION_ENTRY_POINT (ImageContext.EntryPoint)));\r
 \r