~ruther/NosSmooth.Local

fba257fde80ce056fb8d71d3087b568ec8c84bb4 — Rutherther 2 years ago 0d9ffe6
feat(client): log packet on failed handling
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs
M src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs => src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs +1 -1
@@ 233,7 233,7 @@ public class NostaleLocalClient : BaseNostaleClient

            if (!result.IsSuccess)
            {
                _logger.LogError("There was an error whilst handling packet");
                _logger.LogError("There was an error whilst handling packet {packetString}", packetString);
                _logger.LogResultError(result);
            }
        }

Do not follow this link