mirror of
https://github.com/monero-project/monero.git
synced 2025-11-30 19:06:48 -05:00
Add missing semicolons after log statements
This commit is contained in:
parent
5d33b43d8d
commit
3f2970fadb
8 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue