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:
parent
07bc995d6b
commit
38da22dded
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user