aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 2909b6d..c333e0e 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -174,7 +174,7 @@ namespace OpenSim
174 174
175 localConfig.Close(); 175 localConfig.Close();
176 176
177 m_assetCache = new AssetCache("OpenSim.Region.Communications.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey); 177 m_assetCache = new AssetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
178 } 178 }
179 179
180 protected override LogBase CreateLog() 180 protected override LogBase CreateLog()