fix function name
This commit is contained in:
parent
63c712207d
commit
bc1c3ff1f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user