mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added log for how many metas are being inferred
This commit is contained in:
parent
0f7c1b4632
commit
c8f38c6ff2
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user