diff --git a/src/main.c b/src/main.c index 7f589419..70b7f508 100644 --- a/src/main.c +++ b/src/main.c @@ -2441,7 +2441,8 @@ static void Execute(char *pathin) int ret, id; id = SifLoadStartModule(fullpath, 0, NULL, &ret); sprintf(mainMsg, "%s: id:%d, ret:%d (%s)", - (p!=NULL) ? p : "MODULE", id, ret + (p!=NULL) ? p : "MODULE", + id, ret, (id>0 && ret!=0) ? LNG(OK) : LNG(Failed)); DPRINTF("%s\n", mainMsg); }