Added log for how many metas are being inferred

This commit is contained in:
Justin Swanson 2020-01-19 20:14:24 -06:00
parent 0f7c1b4632
commit c8f38c6ff2

View File

@ -330,6 +330,8 @@ namespace Wabbajack.Lib
if (to_find.Count == 0) return;
Utils.Log($"Attempting to infer {to_find.Count} metas from the server.");
await to_find.PMap(Queue, async f =>
{
var vf = VFS.Index.ByFullPath[f];