SCRATCH nuke the overcomplicated logger, use a simple one.
This commit is contained in:
@ -214,7 +214,7 @@ QList<std::shared_ptr<OneSixLibrary> > MinecraftProfile::getActiveNormalLibs()
|
||||
{
|
||||
if (other->rawName() == lib->rawName())
|
||||
{
|
||||
QLOG_WARN() << "Multiple libraries with name" << lib->rawName() << "in library list!";
|
||||
qWarning() << "Multiple libraries with name" << lib->rawName() << "in library list!";
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user