Revision: 14210
          http://edk2.svn.sourceforge.net/edk2/?rev=14210&view=rev
Author:   li-elvin
Date:     2013-03-15 07:43:16 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
Add debug message to output video resolution used by GraphicsConsole.

Signed-off-by: Li Elvin <elvin...@intel.com>
Reviewed-by: Ni Ruiyu <ruiyu...@intel.com>

Modified Paths:
--------------
    
trunk/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c

Modified: 
trunk/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c  
    2013-03-15 06:48:43 UTC (rev 14209)
+++ 
trunk/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c  
    2013-03-15 07:43:16 UTC (rev 14210)
@@ -549,6 +549,8 @@
     }
   }
 
+  DEBUG ((EFI_D_INFO, "GraphicsConsole video resolution %d x %d\n", 
HorizontalResolution, VerticalResolution));
+
   //
   // Initialize the mode which GraphicsConsole supports.
   //

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to