Log "loaded config" message again after successfully initializing the GUI

This commit is contained in:
Michail
2024-02-28 21:33:45 +01:00
parent 90d9a1631a
commit ff1ede9d12

View File

@@ -165,6 +165,8 @@ public class JMusicBot
GUI gui = new GUI(bot); GUI gui = new GUI(bot);
bot.setGUI(gui); bot.setGUI(gui);
gui.init(); gui.init();
LOG.info("Loaded config from " + config.getConfigLocation());
} }
catch(Exception e) catch(Exception e)
{ {