mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Fixed format in log message for excel
This commit is contained in:
@ -180,7 +180,7 @@ public class ReportAction
|
|||||||
|
|
||||||
if(countFromPreExecute != null)
|
if(countFromPreExecute != null)
|
||||||
{
|
{
|
||||||
LOG.info(String.format("Processed %,d of %,d records so far"), recordCount, countFromPreExecute);
|
LOG.info(String.format("Processed %,d of %,d records so far", recordCount, countFromPreExecute));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user