diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 8fd9f26171..1341feb773 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs @@ -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)]