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