mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
print nvram values into log
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
3b1f57ba86
commit
f17e66cf8b
@ -1106,10 +1106,10 @@ PutNvramPlistToRtVars ()
|
||||
Size = valueTag->getData()->dataLenValue();
|
||||
Value = valueTag->getData()->dataValue();
|
||||
// if (gSettings.Boot.DebugLog) {
|
||||
// DBG("Size = %llu, Data: ", Size);
|
||||
// for ( i = 0; i < Size; i++) {
|
||||
// DBG("%02hhX ", *(((UINT8*)Value) + i));
|
||||
// }
|
||||
DBG("Size = %llu, Data: ", Size);
|
||||
for (INTN i = 0; i < Size; i++) {
|
||||
DBG("%02hhX ", *(((UINT8*)Value) + i));
|
||||
}
|
||||
// }
|
||||
// if (!gSettings.Boot.DebugLog) {
|
||||
DBG("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user