diff options
author | Justin Clark-Casey (justincc) | 2011-08-17 23:28:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-17 23:28:57 +0100 |
commit | eb8b6b7d523dd6ef540d7860fc3e2121d8f60f09 (patch) | |
tree | 9e781ab7a19ec2f2d2343366d04f856623a6d21f /OpenSim/Services/HypergridService | |
parent | In the asset service, check that an asset exists before attempting to store it. (diff) | |
download | opensim-SC_OLD-eb8b6b7d523dd6ef540d7860fc3e2121d8f60f09.zip opensim-SC_OLD-eb8b6b7d523dd6ef540d7860fc3e2121d8f60f09.tar.gz opensim-SC_OLD-eb8b6b7d523dd6ef540d7860fc3e2121d8f60f09.tar.bz2 opensim-SC_OLD-eb8b6b7d523dd6ef540d7860fc3e2121d8f60f09.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Services/HypergridService')
-rw-r--r-- | OpenSim/Services/HypergridService/HGInstantMessageService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/HGInstantMessageService.cs b/OpenSim/Services/HypergridService/HGInstantMessageService.cs index 0d59636..0c9cfd3 100644 --- a/OpenSim/Services/HypergridService/HGInstantMessageService.cs +++ b/OpenSim/Services/HypergridService/HGInstantMessageService.cs | |||
@@ -120,7 +120,7 @@ namespace OpenSim.Services.HypergridService | |||
120 | public bool IncomingInstantMessage(GridInstantMessage im) | 120 | public bool IncomingInstantMessage(GridInstantMessage im) |
121 | { | 121 | { |
122 | // m_log.DebugFormat("[HG IM SERVICE]: Received message from {0} to {1}", im.fromAgentID, im.toAgentID); | 122 | // m_log.DebugFormat("[HG IM SERVICE]: Received message from {0} to {1}", im.fromAgentID, im.toAgentID); |
123 | UUID toAgentID = new UUID(im.toAgentID); | 123 | // UUID toAgentID = new UUID(im.toAgentID); |
124 | 124 | ||
125 | bool success = false; | 125 | bool success = false; |
126 | if (m_IMSimConnector != null) | 126 | if (m_IMSimConnector != null) |