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>
(cherry picked from commit 4d150848c5
)
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user