Kaynağa Gözat

Silicon/NXP: SerDesHelperLib: Correct DEBUG log

Update DEBUG log to indicate SerDes protocol
is in hex.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Wasim Khan 4 yıl önce
ebeveyn
işleme
04c870e67d

+ 1 - 1
Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c

@@ -65,7 +65,7 @@ IsSerDesProtocolValid (
 
   while (Config->Protocol) {
     if (Config->Protocol == SerDesProtocol) {
-      DEBUG ((DEBUG_INFO, "Protocol: %x Matched with the one in Table\n", SerDesProtocol));
+      DEBUG ((DEBUG_INFO, "Protocol: 0x%x Matched with the one in Table\n", SerDesProtocol));
       break;
     }
     Config++;