diff --git a/Utilities/Config.cpp b/Utilities/Config.cpp index d2cf920095..b8e171b8e4 100644 --- a/Utilities/Config.cpp +++ b/Utilities/Config.cpp @@ -61,7 +61,7 @@ bool try_to_int64(s64* out, std::string_view value, s64 min, s64 max) { 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; }