mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
fix typo
This commit is contained in:
parent
3f70e493b0
commit
1ba9257650
1 changed files with 1 additions and 1 deletions
|
@ -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 expection {e.InnerException.Message}");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue