diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.GridInterfaces/Local/LocalGridServer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim.GridInterfaces/Local/LocalGridServer.cs b/OpenSim.GridInterfaces/Local/LocalGridServer.cs index e08d635..622eb53 100644 --- a/OpenSim.GridInterfaces/Local/LocalGridServer.cs +++ b/OpenSim.GridInterfaces/Local/LocalGridServer.cs | |||
@@ -30,6 +30,7 @@ using System.Threading; | |||
30 | using System.IO; | 30 | using System.IO; |
31 | using OpenSim.Framework.Interfaces; | 31 | using OpenSim.Framework.Interfaces; |
32 | using OpenSim.Framework.Types; | 32 | using OpenSim.Framework.Types; |
33 | using OpenSim.Framework.Console; | ||
33 | using libsecondlife; | 34 | using libsecondlife; |
34 | using Db4objects.Db4o; | 35 | using Db4objects.Db4o; |
35 | using Db4objects.Db4o.Query; | 36 | using Db4objects.Db4o.Query; |
@@ -60,7 +61,7 @@ namespace OpenSim.GridInterfaces.Local | |||
60 | public LocalGridServer() | 61 | public LocalGridServer() |
61 | { | 62 | { |
62 | Sessions = new List<Login>(); | 63 | Sessions = new List<Login>(); |
63 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Local Grid Server class created"); | 64 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine(LogPriority.VERBOSE,"Local Grid Server class created"); |
64 | } | 65 | } |
65 | 66 | ||
66 | public override bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port) | 67 | public override bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port) |