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

Log when core fails to load config

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-24 20:55:54 +02:00
parent 07bc995d6b
commit 38da22dded
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -227,6 +227,7 @@ void Core::start()
{
if (!loadConfiguration(loadPath)) // loadPath is meaningless after this
{
qCritical() << "Core: loadConfiguration failed, exiting now";
emit failedToStart();
tox_kill(tox);
tox = nullptr;