This commit is contained in:
UbitUmarov 2024-10-21 20:28:08 +01:00
parent 1ba9257650
commit 3506134ede

View file

@ -104,7 +104,7 @@ namespace OpenSim.Services.Base
"[SERVICE BASE]: Failed to load plugin {0} from {1} with args {2}",
interfaceName, dllName, string.Join(", ", strArgs.ToArray()), e);
if (e.InnerException != null)
m_log.Error($"[SERVICE BASE]: inner expection {e.InnerException.Message}");
m_log.Error($"[SERVICE BASE]: inner exception {e.InnerException.Message}");
return null;
}