mirror of https://github.com/acidanthera/audk.git
Removed #ifdef SNP_DEBUG and used debug lib to output information.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2490 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
231f8bfb92
commit
9cc655d5a9
|
@ -546,9 +546,7 @@ Returns:
|
||||||
|
|
||||||
if (Index >= MAX_MAP_LENGTH)
|
if (Index >= MAX_MAP_LENGTH)
|
||||||
{
|
{
|
||||||
#if SNP_DEBUG
|
DEBUG ((EFI_D_ERROR, "SNP could not find a mapping, failed to unmap.\n"));
|
||||||
Print (L"SNP could not find a mapping, failed to unmap.\n");
|
|
||||||
#endif
|
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue