mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-10 13:49:17 +01:00
Replace unSaved.size() with introduced value amount
This commit is contained in:
parent
83281aab92
commit
52cec5912b
@ -106,7 +106,7 @@ public abstract class Importer {
|
||||
});
|
||||
|
||||
Benchmark.stop(createUserObjects);
|
||||
processStatus.setStatus(processName, "Save new UserData objects (" + unSaved.size() + ")");
|
||||
processStatus.setStatus(processName, "Save new UserData objects (" + amount + ")");
|
||||
|
||||
try {
|
||||
plan.getDB().saveMultipleUserData(newUsers);
|
||||
|
Loading…
Reference in New Issue
Block a user