fix function name

This commit is contained in:
chatlanin 2024-07-12 10:51:07 +03:00
parent 63c712207d
commit bc1c3ff1f0

View File

@ -69,7 +69,7 @@ namespace hack
j["description"] = m_description;
j["system_error"] = m_system_error;
j["location"] = m_location.file_name();
j["function"] = m_location.function_name();
j["function_name"] = m_location.function_name();
j["message"] = m_message;
j["service"] = m_service;
j["params"] = m_params;