mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
cosmetics
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user