mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
SCRATCH nuke the overcomplicated logger, use a simple one.
This commit is contained in:
@@ -191,7 +191,7 @@ QList<Mod> LegacyInstance::getJarMods() const
|
||||
|
||||
void LegacyInstance::jarModsChanged()
|
||||
{
|
||||
QLOG_INFO() << "Jar mods of instance " << name() << " have changed. Jar will be rebuilt.";
|
||||
qDebug() << "Jar mods of instance " << name() << " have changed. Jar will be rebuilt.";
|
||||
setShouldRebuild(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user