aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 6ea04cf..aeb6f57 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -656,7 +656,7 @@ namespace OpenSim
656 case "Add-InventoryHost": 656 case "Add-InventoryHost":
657 if (cmdparams.Length > 0) 657 if (cmdparams.Length > 0)
658 { 658 {
659 m_commsManager.AddInventoryService(cmdparams[0]); 659 m_log.Info("Not implemented.");
660 } 660 }
661 break; 661 break;
662 662