Skip to content

Commit

Permalink
Update log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Feb 5, 2024
1 parent d4f78c4 commit 2452f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void loadAll()
loadPlayers(connection, playerToLoad, priests); // Load players

// Load the marriages into the cache
logger.info("Writing marriages into cache ...");
logger.info("Loading marriages into cache ...");
for(StructMarriageSQL sm : marriagesSet)
{
MARRIAGE_PLAYER player1 = cache.getPlayerFromDbKey(sm.p1ID), player2 = cache.getPlayerFromDbKey(sm.p2ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public DatabaseBackend<MARRIAGE_PLAYER_DATA, MARRIAGE_DATA, HOME> getDatabaseBac
}
if(bungee)
{
logger.warning("The used database does not support multi-server setups! Please consider switching to MySQL!");
logger.severe("The used database does not support multi-server setups! Please consider switching to MySQL!");
}
}
db.startup();
Expand Down

0 comments on commit 2452f71

Please sign in to comment.