mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix blank archive names in logs
This commit is contained in:
parent
f8b4c3f40a
commit
611c2f2f5f
@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version - 2.1.0.1 - 7/6/2020
|
||||||
|
* Don't include saves in .wabbajack files
|
||||||
|
* Don't delete saves from any MO2 profile during installation
|
||||||
|
* Don't try to hash .wabbajack files *in the middle of downloading them*
|
||||||
|
* Print the PrimaryKeyString in logs when an archive is missing (in case the archive name is blank)
|
||||||
|
|
||||||
#### Version - 2.1.0.0 - 7/2/2020
|
#### Version - 2.1.0.0 - 7/2/2020
|
||||||
* Game files are available as downloads automatically during compilation/installation
|
* Game files are available as downloads automatically during compilation/installation
|
||||||
* Game files are patched/copied/used in BSA creation automatically
|
* Game files are patched/copied/used in BSA creation automatically
|
||||||
|
@ -122,7 +122,7 @@ namespace Wabbajack.Lib
|
|||||||
if (missing.Count > 0)
|
if (missing.Count > 0)
|
||||||
{
|
{
|
||||||
foreach (var a in missing)
|
foreach (var a in missing)
|
||||||
Info($"Unable to download {a.Name}");
|
Info($"Unable to download {a.Name} ({a.State.PrimaryKeyString})");
|
||||||
if (IgnoreMissingFiles)
|
if (IgnoreMissingFiles)
|
||||||
Info("Missing some archives, but continuing anyways at the request of the user");
|
Info("Missing some archives, but continuing anyways at the request of the user");
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user