mirror of https://github.com/acidanthera/audk.git
Changed Error message from successed to succeeded.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@69 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
01d2ed5e8b
commit
ba40a5844d
|
@ -99,7 +99,7 @@ public class FwImageTask extends Task implements EfiDefine{
|
|||
//
|
||||
// command execution success
|
||||
//
|
||||
System.out.println("fwimage successed!");
|
||||
System.out.println("fwimage succeeded!");
|
||||
} else {
|
||||
//
|
||||
// command execution fail
|
||||
|
|
|
@ -87,7 +87,7 @@ public class GenDepexTask extends Task implements EfiDefine {
|
|||
//
|
||||
// command execution success
|
||||
//
|
||||
System.out.println("GenDepex execute successed!");
|
||||
System.out.println("GenDepex execute succeeded!");
|
||||
|
||||
} else {
|
||||
//
|
||||
|
|
|
@ -93,7 +93,7 @@ public class GenSectionTask extends Task implements EfiDefine {
|
|||
//
|
||||
// command execution success
|
||||
//
|
||||
System.out.println("gensection successed!");
|
||||
System.out.println("gensection succeeded!");
|
||||
} else {
|
||||
//
|
||||
// command execution fail
|
||||
|
|
|
@ -82,7 +82,7 @@ public class SetStampTask extends Task implements EfiDefine {
|
|||
///
|
||||
/// command execution success
|
||||
///
|
||||
System.out.println("SetStamp execute successed!");
|
||||
System.out.println("SetStamp execute succeeded!");
|
||||
} else {
|
||||
///
|
||||
/// command execution fail
|
||||
|
|
Loading…
Reference in New Issue