Fix log message
This commit is contained in:
@@ -61,7 +61,7 @@ bool try_to_int64(s64* out, std::string_view value, s64 min, s64 max)
|
|||||||
{
|
{
|
||||||
if (value.empty())
|
if (value.empty())
|
||||||
{
|
{
|
||||||
if (out) cfg_log.error("cfg::try_to_uint64(): called with an empty string");
|
if (out) cfg_log.error("cfg::try_to_int64(): called with an empty string");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user