Correctly order completion logging

This commit is contained in:
Derry Hamilton 2019-05-20 16:48:40 +01:00
parent e8d49669b1
commit bba3377b9e

View file

@ -154,8 +154,8 @@ public class Job extends Thread {
dConn.commit();
log.info(String.format("%s - Inserted %s of %s notified rows into %s so far",
jobName,
rowsInserted,
rowNum,
rowsInserted,
name));
}
}