mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
improve log message to include storage space reference
This commit is contained in:
parent
f425bbc9e9
commit
ccff5b822a
@ -244,6 +244,8 @@ public class VirtualFile
|
|||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
context.Logger.LogError(ex, "Error while examining the contents of {path}", relPath.FileName);
|
context.Logger.LogError(ex, "Error while examining the contents of {path}", relPath.FileName);
|
||||||
|
if (!ex.Message.Equals("End of stream before end of limit")) throw;
|
||||||
|
context.Logger.LogError("Possibly not enough free storage space in Wabbajack Folder Location");
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user