mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
init: Remove confusing '(possible integer overflow?)' from error message
This commit is contained in:
parent
d570a63894
commit
cf79c56e65
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
|||
|
||||
auto opt_max_upload = ParseByteUnits(args.GetArg("-maxuploadtarget", DEFAULT_MAX_UPLOAD_TARGET), ByteUnit::M);
|
||||
if (!opt_max_upload) {
|
||||
return InitError(strprintf(_("Unable to parse -maxuploadtarget: '%s' (possible integer overflow?)"), args.GetArg("-maxuploadtarget", "")));
|
||||
return InitError(strprintf(_("Unable to parse -maxuploadtarget: '%s'"), args.GetArg("-maxuploadtarget", "")));
|
||||
}
|
||||
|
||||
// ********************************************************* Step 4a: application initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue