mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Fixed format in log message for excel
This commit is contained in:
@ -180,7 +180,7 @@ public class ReportAction
|
||||
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user