Fix logging.
This commit is contained in:
parent
8262d8d469
commit
e2766e8402
|
@ -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.'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue