Fixed error caused by my own stupidity
This commit is contained in:
parent
549198f242
commit
f073b6e397
@ -117,7 +117,7 @@ public final class Startup extends Application {
|
||||
logger.log(Level.INFO, "Saving local database and settings...");
|
||||
localDB.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) {
|
||||
logger.log(Level.SEVERE, "Unable to save local files: ", e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user