From b6874f50ff6db69cd33a2d8819f1349142a3456e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 20 Feb 2022 04:25:38 +0000 Subject: [PATCH] fix a log message --- .../Connectors/Inventory/XInventoryServicesConnector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs index 763f40abca..0fdb6c442c 100644 --- a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs @@ -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;