fix a log message

This commit is contained in:
UbitUmarov
2022-02-20 04:25:38 +00:00
parent 5beffddf2a
commit b6874f50ff

View File

@@ -248,7 +248,7 @@ namespace OpenSim.Services.Connectors
}
catch (Exception e)
{
m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: Exception in GetFolderContent: {0}" + e.Message);
m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: Exception in GetFolderContent: {0}", e.Message);
}
return inventory;