Log "loaded config" message again after successfully initializing the GUI
This commit is contained in:
@@ -165,8 +165,10 @@ public class JMusicBot
|
|||||||
GUI gui = new GUI(bot);
|
GUI gui = new GUI(bot);
|
||||||
bot.setGUI(gui);
|
bot.setGUI(gui);
|
||||||
gui.init();
|
gui.init();
|
||||||
}
|
|
||||||
catch(Exception e)
|
LOG.info("Loaded config from " + config.getConfigLocation());
|
||||||
|
}
|
||||||
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
LOG.error("Could not start GUI. If you are "
|
LOG.error("Could not start GUI. If you are "
|
||||||
+ "running on a server or in a location where you cannot display a "
|
+ "running on a server or in a location where you cannot display a "
|
||||||
|
|||||||
Reference in New Issue
Block a user