mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
try to make cmake silent [4]
This commit is contained in:
parent
db62f3e08e
commit
dac8bbead6
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ namespace log {
|
||||||
while (m_IsRunning)
|
while (m_IsRunning)
|
||||||
{
|
{
|
||||||
std::shared_ptr<LogMsg> msg;
|
std::shared_ptr<LogMsg> msg;
|
||||||
while (msg = m_Queue.Get ())
|
while ((msg = m_Queue.Get ()))
|
||||||
Process (msg);
|
Process (msg);
|
||||||
if (m_LogStream) m_LogStream->flush();
|
if (m_LogStream) m_LogStream->flush();
|
||||||
if (m_IsRunning)
|
if (m_IsRunning)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue