0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 22:30:44 -05:00

Add additional logging

This commit is contained in:
Dev 2023-11-12 15:06:46 +00:00
parent 4d9e340122
commit 2c76bb1b53

View File

@ -18,6 +18,8 @@ namespace Aki.Core.Utils
var v2 = (v1 != null) ? v1.ToString() : string.Empty;
var v3 = new FileInfo(v2);
ServerLog.Debug("Aki.Core", v2);
ServerLog.Debug("Aki.Core", string.IsNullOrEmpty(v2) ? "0" : v3.Length.ToString());
var v4 = new FileInfo[]
{
v3,