Throw some sanity information into the info log.

This commit is contained in:
t00thpick1 2014-08-05 20:20:05 -04:00
parent fe4699430d
commit da7507fc75

View File

@ -127,7 +127,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
public void purgeOldUsers() {
massUpdateLock.lock();
mcMMO.p.getLogger().info("Purging old users...");
mcMMO.p.getLogger().info("Purging inactive users older than " + (PURGE_TIME / 2630000000L) + " months...");
Connection connection = null;
Statement statement = null;