mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 05:35:51 +00:00
fixed log output in DataImportProgress
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ public class DataImportProgressImpl implements DataImportProgress {
|
||||
@Override
|
||||
public void setCurrentSubProgress(DataImportSubProgress subProgress) {
|
||||
if (subProgress != currentSubProgress) {
|
||||
logger.info("Master data import with operation ID "+getOperationId()+" moving from stage "+currentSubProgressPct+" to "+subProgress);
|
||||
logger.info("Master data import with operation ID "+getOperationId()+" moving from stage "+currentSubProgress+" to "+subProgress);
|
||||
}
|
||||
currentSubProgress = subProgress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user