mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 13:24:22 +01:00
Fix logging that broke after rebasing
This commit is contained in:
@@ -965,7 +965,7 @@ namespace nodetool
|
|||||||
|
|
||||||
m_net_server.get_config_object().close(con.m_connection_id);
|
m_net_server.get_config_object().close(con.m_connection_id);
|
||||||
|
|
||||||
LOG_PRINT_CC_GREEN(con, "CONNECTION HANDSHAKED OK AND CLOSED.", LOG_LEVEL_2);
|
LOG_DEBUG_CC(con, "CONNECTION HANDSHAKED OK AND CLOSED.");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user