|
From: <gi...@us...> - 2011-12-06 05:06:53
|
Revision: 2459
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2459&view=rev
Author: gikidy
Date: 2011-12-06 05:06:47 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Update GenFv error message
Signed-off-by: gikidy
Reviewed-by: lgao4
Modified Paths:
--------------
trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c
Modified: trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c
===================================================================
--- trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c 2011-12-05 03:19:42 UTC (rev 2458)
+++ trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c 2011-12-06 05:06:47 UTC (rev 2459)
@@ -1021,7 +1021,7 @@
Status = VerifyFfsFile ((EFI_FFS_FILE_HEADER *)FileBuffer);
if (EFI_ERROR (Status)) {
free (FileBuffer);
- Error (NULL, 0, 3000, "Invalid", "%s is a FFS file.", FvInfo->FvFiles[Index]);
+ Error (NULL, 0, 3000, "Invalid", "%s is not a valid FFS file.", FvInfo->FvFiles[Index]);
return EFI_INVALID_PARAMETER;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|