Fix logging.

This commit is contained in:
baldo 2021-08-09 22:03:27 +02:00
parent 8262d8d469
commit e2766e8402

View file

@ -755,7 +755,7 @@ async function deleteNeverOnlineNodesBefore(deleteBefore: UnixTimestampSeconds):
'Of the chunk of ' + 'Of the chunk of ' +
macs.length + macs.length +
' MACs there are ' + ' MACs there are ' +
neverSeenMacs + neverSeenMacs.length +
' nodes that were never online. Those will be deleted.' ' nodes that were never online. Those will be deleted.'
); );