mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-13 06:55:07 +01:00
Add additional error logging
This commit is contained in:
parent
4208bbc235
commit
c3406c68f8
@ -61,9 +61,13 @@ int32_t main(int32_t argc, char **argv) {
|
||||
FSACloseDir(client, dirHandle);
|
||||
handleUpdateWarningScreen();
|
||||
}
|
||||
} else {
|
||||
DEBUG_FUNCTION_LINE_ERR("Failed to unlock FSA Client");
|
||||
}
|
||||
|
||||
FSADelClient(client);
|
||||
} else {
|
||||
DEBUG_FUNCTION_LINE_ERR("Failed to create FSA Client");
|
||||
}
|
||||
|
||||
bool showvHBL = getVWiiHBLTitleId() != 0;
|
||||
|
Loading…
Reference in New Issue
Block a user