1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Add log message when falling back to IPv4

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-08-09 22:12:34 +02:00
parent ee184a558c
commit 7557d92a92

View File

@ -106,6 +106,8 @@ void Core::start()
emit failedToStart();
return;
}
else
qWarning() << "Core failed to start with IPv6, falling back to IPv4. LAN discovery may not work properly.";
}
else
{