We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d3f1 commit 28f6f22Copy full SHA for 28f6f22
src/transaction.cc
@@ -1614,7 +1614,7 @@ std::string Transaction::toJSON(int parts) {
1614
LOGFY_ADD_NUM("client_port", m_clientPort);
1615
LOGFY_ADD("host_ip", m_serverIpAddress.c_str());
1616
LOGFY_ADD_NUM("host_port", m_serverPort);
1617
- LOGFY_ADD("id", this->m_id.c_str());
+ LOGFY_ADD("unique_id", this->m_id.c_str());
1618
1619
/* request */
1620
yajl_gen_string(g, reinterpret_cast<const unsigned char*>("request"),
0 commit comments