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 549198f242
commit f073b6e397

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