mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
utils: show Discord server link on keyset errors
This commit is contained in:
parent
bd1b56e5c2
commit
ea8bc05146
2 changed files with 1 additions and 3 deletions
|
@ -133,6 +133,4 @@
|
|||
|
||||
#define DISCORD_SERVER_URL "https://discord.gg/SCbbcQx"
|
||||
|
||||
#define LOCKPICK_RCM_URL "https://github.com/shchmue/Lockpick_RCM"
|
||||
|
||||
#endif /* __DEFINES_H__ */
|
||||
|
|
|
@ -202,7 +202,7 @@ bool utilsInitializeResources(const int program_argc, const char **program_argv)
|
|||
/* Load keyset. */
|
||||
if (!keysLoadKeyset())
|
||||
{
|
||||
LOG_MSG_ERROR("Failed to load keyset!\nUpdate your keys file with Lockpick_RCM:\n" LOCKPICK_RCM_URL);
|
||||
LOG_MSG_ERROR("Failed to load keyset!\nPlease update your keys file with Lockpick_RCM.\nYou can get an updated build at:" DISCORD_SERVER_URL);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue