util: Move ResolveErrMsg to util/error

This commit is contained in:
MarcoFalke 2019-08-15 10:06:23 -04:00
parent 8fc7f0cba9
commit fa27c55b05
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
4 changed files with 13 additions and 10 deletions

View file

@ -822,11 +822,6 @@ void InitParameterInteraction()
}
}
static std::string ResolveErrMsg(const char * const optname, const std::string& strBind)
{
return strprintf(_("Cannot resolve -%s address: '%s'").translated, optname, strBind);
}
/**
* Initialize global loggers.
*