cosmetics

This commit is contained in:
UbitUmarov
2025-12-19 20:52:36 +00:00
parent d9d876fb5c
commit 0fbf5a44b3

View File

@@ -48,7 +48,6 @@ using OpenSim.Framework.ServiceAuth;
using System.Net.Http;
using System.Security.Authentication;
using System.Runtime.CompilerServices;
using System.Threading;
namespace OpenSim.Framework
{
@@ -340,7 +339,7 @@ namespace OpenSim.Framework
output = output[..MaxRequestDiagLength] + "...";
}
m_log.DebugFormat($"[LOGHTTP]: {context}{Util.BinaryToASCII(output)}");
m_log.Debug($"[LOGHTTP]: {context} {Util.BinaryToASCII(output)}");
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]