Add debug statements for finding the source of #419

This commit is contained in:
games647
2016-05-11 16:55:22 +02:00
parent 3f5154e3c7
commit 4bad04b160
3 changed files with 17 additions and 0 deletions
@@ -53,6 +53,7 @@ public class CacheDataSource implements DataSource {
return executorService.submit(new Callable<Optional<PlayerAuth>>() {
@Override
public Optional<PlayerAuth> call() {
ConsoleLogger.debug("REFRESH " + key);
return load(key);
}
});