1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-09 17:14:44 +02:00

Helpful debug on shutdown

This commit is contained in:
t00thpick1
2014-08-08 00:02:07 -04:00
parent 0ea163e3ee
commit 9f5445689c

@ -1489,6 +1489,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
@Override
public void onDisable() {
mcMMO.p.debug("Releasing connection pool resource...");
connectionPool.release();
}
}