mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Throw some sanity information into the info log.
This commit is contained in:
		@@ -127,7 +127,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public void purgeOldUsers() {
 | 
					    public void purgeOldUsers() {
 | 
				
			||||||
        massUpdateLock.lock();
 | 
					        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;
 | 
					        Connection connection = null;
 | 
				
			||||||
        Statement statement = null;
 | 
					        Statement statement = null;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user