mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Correctly order completion logging
This commit is contained in:
parent
e8d49669b1
commit
bba3377b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -154,8 +154,8 @@ public class Job extends Thread {
|
||||||
dConn.commit();
|
dConn.commit();
|
||||||
log.info(String.format("%s - Inserted %s of %s notified rows into %s so far",
|
log.info(String.format("%s - Inserted %s of %s notified rows into %s so far",
|
||||||
jobName,
|
jobName,
|
||||||
rowsInserted,
|
|
||||||
rowNum,
|
rowNum,
|
||||||
|
rowsInserted,
|
||||||
name));
|
name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue