aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation
diff options
context:
space:
mode:
authorubit2012-08-03 11:42:36 +0200
committerubit2012-08-03 11:42:36 +0200
commit8928b8a73018043eff3625275b47086ac9aac849 (patch)
tree07cf0dc137231ea40f7259c3a8fa9cdb2af1bbe6 /OpenSim/Services/Connectors/Simulation
parent merge crap gerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster... (diff)
parentMake sure the position of a loggin-in agent is within region boundaries since (diff)
downloadopensim-SC-8928b8a73018043eff3625275b47086ac9aac849.zip
opensim-SC-8928b8a73018043eff3625275b47086ac9aac849.tar.gz
opensim-SC-8928b8a73018043eff3625275b47086ac9aac849.tar.bz2
opensim-SC-8928b8a73018043eff3625275b47086ac9aac849.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation')
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index cd93386..e1c2243 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -86,6 +86,7 @@ namespace OpenSim.Services.Connectors.Simulation
86 reason = String.Empty; 86 reason = String.Empty;
87 if (destination == null) 87 if (destination == null)
88 { 88 {
89 reason = "Destination not found";
89 m_log.Debug("[REMOTE SIMULATION CONNECTOR]: Given destination is null"); 90 m_log.Debug("[REMOTE SIMULATION CONNECTOR]: Given destination is null");
90 return false; 91 return false;
91 } 92 }