Fixed error caused by my own stupidity
This commit is contained in:
parent
d375bb8417
commit
50ee56ba5a
@ -117,7 +117,7 @@ public final class Startup extends Application {
|
|||||||
logger.log(Level.INFO, "Saving local database and settings...");
|
logger.log(Level.INFO, "Saving local database and settings...");
|
||||||
localDB.save();
|
localDB.save();
|
||||||
Settings.getInstance().save();
|
Settings.getInstance().save();
|
||||||
logger.log(Level.INFO, "Envoy was terminated by its user;
|
logger.log(Level.INFO, "Envoy was terminated by its user");
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
logger.log(Level.SEVERE, "Unable to save local files: ", e);
|
logger.log(Level.SEVERE, "Unable to save local files: ", e);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user