mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix upnp definitions and make cmake silent (#999)
This commit is contained in:
parent
20e484bb8b
commit
100f3380c4
3 changed files with 5 additions and 5 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
Add a link
Reference in a new issue