mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 10:50:36 -08:00
Add missing semicolons after log statements
This commit is contained in:
@@ -157,7 +157,7 @@ namespace
|
||||
{
|
||||
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