cosmetics

This commit is contained in:
UbitUmarov
2023-05-21 20:46:54 +01:00
parent c66effbe4f
commit 6743934434
4 changed files with 50 additions and 68 deletions

View File

@@ -26,13 +26,10 @@
*/
using System;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading;
using OpenMetaverse;
@@ -1690,8 +1687,8 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
if (!secondChanceSuccess)
{
message = string.Format("JsonRpcRequest for user {0} to {1} failed", properties.UserId, serverURI);
m_log.DebugFormat("[PROFILES]: {0}", message);
message = $"JsonRpcRequest for user {properties.UserId} to {serverURI} failed";
m_log.Debug($"[PROFILES]: {message}");
return false;
}
}