diff options
author | Adam Frisby | 2007-05-12 15:19:03 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-12 15:19:03 +0000 |
commit | fd84968d05dd6168c07d4712a4e84961d7bae839 (patch) | |
tree | 97aec2c7c45992c47bc19e1a4a996ec10d1093e0 /OpenSim.GridInterfaces/Local/LocalGridServer.cs | |
parent | You are obsolete. You will be EXTER-MIN-ATE-D. EXTER-MIN-ATE! (diff) | |
download | opensim-SC_OLD-fd84968d05dd6168c07d4712a4e84961d7bae839.zip opensim-SC_OLD-fd84968d05dd6168c07d4712a4e84961d7bae839.tar.gz opensim-SC_OLD-fd84968d05dd6168c07d4712a4e84961d7bae839.tar.bz2 opensim-SC_OLD-fd84968d05dd6168c07d4712a4e84961d7bae839.tar.xz |
Only 193 warnings to go!
Diffstat (limited to 'OpenSim.GridInterfaces/Local/LocalGridServer.cs')
-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) |