mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 18:36:36 +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)
|
||||
{
|
||||
std::shared_ptr<LogMsg> msg;
|
||||
while (msg = m_Queue.Get ())
|
||||
while ((msg = m_Queue.Get ()))
|
||||
Process (msg);
|
||||
if (m_LogStream) m_LogStream->flush();
|
||||
if (m_IsRunning)
|
||||
|
|
Loading…
Add table
Reference in a new issue