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:
Jiewen Yao 2017-09-06 12:07:11 +08:00
parent 60794ee6b0
commit 4d150848c5
1 changed files with 2 additions and 2 deletions

View File

@ -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"));
}
}
}