mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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) {
|
||||
DEBUG((DEBUG_INFO, "#### ERROR ####\n"));
|
||||
DEBUG((DEBUG_INFO, "\n#### ERROR ####\n"));
|
||||
DumpVtdRegs (Num);
|
||||
DEBUG((DEBUG_INFO, "#### ERROR ####\n"));
|
||||
DEBUG((DEBUG_INFO, "#### ERROR ####\n\n"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user