Show the actual correct config file name that cannot be found

This commit is contained in:
Duke Leto
2021-08-09 17:40:35 -04:00
parent 2471ce20db
commit c29e741109
4 changed files with 13 additions and 14 deletions

View File

@@ -169,7 +169,7 @@ bool AppInit(int argc, char* argv[])
{
fprintf(stderr, "%s reading config file\n", __FUNCTION__);
ReadConfigFile(mapArgs, mapMultiArgs);
} catch (const missing_zcash_conf& e) {
} catch (const missing_hush_conf& e) {
fprintf(stderr,
(_("Before starting hushd, you need to create a configuration file:\n"
"%s\n"