mirror of
https://github.com/monero-project/monero.git
synced 2026-08-03 01:15:55 -07:00
Add missing semicolons after log statements
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
{
|
||||
m_flush = false;
|
||||
|
||||
LOG_PRINT(m_oss.str(), m_log_level)
|
||||
LOG_PRINT(m_oss.str(), m_log_level);
|
||||
|
||||
if (epee::log_space::console_color_default == m_color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user