mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 17:14:07 +02:00
IntelSiliconPkg/VTd: improve debug message.
Add /n for debug message to make error more readable. Suggested-by: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
60794ee6b0
commit
4d150848c5
@ -508,9 +508,9 @@ DumpVtdIfError (
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (HasError) {
|
if (HasError) {
|
||||||
DEBUG((DEBUG_INFO, "#### ERROR ####\n"));
|
DEBUG((DEBUG_INFO, "\n#### ERROR ####\n"));
|
||||||
DumpVtdRegs (Num);
|
DumpVtdRegs (Num);
|
||||||
DEBUG((DEBUG_INFO, "#### ERROR ####\n"));
|
DEBUG((DEBUG_INFO, "#### ERROR ####\n\n"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user