SCRATCH nuke the overcomplicated logger, use a simple one.
This commit is contained in:
@ -220,7 +220,7 @@ void LLListLoadTask::listDownloaded()
|
||||
}
|
||||
catch (MMCError &e)
|
||||
{
|
||||
QLOG_ERROR() << "Couldn't read JSON object:";
|
||||
qCritical() << "Couldn't read JSON object:";
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user