Skip to content

Commit

Permalink
Changed upgrade message to not be a warning
Browse files Browse the repository at this point in the history
Signed-off-by: BuildTools <[email protected]>
  • Loading branch information
BuildTools committed Jul 15, 2021
1 parent c89e97c commit 6f543ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void upgradeDatabase() {
tableUpdateStatement.executeUpdate();
plugin.getLogger().info("Database update complete!");
} catch (SQLException e) {
plugin.getLogger().warning("Failed to perform the database upgrade: " + e.getCause() + ". This might be because another server on your HuskHomes network already carried out the upgrade - in which case you can safely ignore this warning.");
plugin.getLogger().info("Skipped performing the database upgrade: " + e.getCause() + ". This might be because another server on your HuskHomes network already carried out the upgrade - in which case you can safely ignore this warning.");
} finally {
// Update the config file version
Bukkit.getScheduler().runTask(plugin, () -> {
Expand Down

0 comments on commit 6f543ef

Please sign in to comment.