Fixed error caused by my own stupidity

This commit is contained in:
delvh 2020-06-20 22:42:44 +02:00 committed by GitHub
parent d375bb8417
commit 50ee56ba5a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}