1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Merge branch 'master' into wipeout-exclamation-mark

This commit is contained in:
Octol1ttle 2023-12-31 17:17:02 +05:00 committed by GitHub
commit 3cd2d73c15
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ public static class LoggerExtensions
return; return;
} }
logger.LogWarning("{UserMessage}\n{ResultErrorMessage}", message, result.Error.Message); logger.LogWarning("{UserMessage}{NewLine}{ResultErrorMessage}", message, Environment.NewLine,
result.Error.Message);
} }
} }