aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-09 22:03:12 +0000
committerJustin Clark-Casey (justincc)2011-03-09 22:03:12 +0000
commit20aeace8d75fa5a1a3d0ba1d3d9ab6cdad2cf088 (patch)
treec3f73a595ed26496c5a32d170017bc069d92f315 /OpenSim/Services/Interfaces
parentUpdate MySql.Data.dll to version 6.3.6. (diff)
downloadopensim-SC_OLD-20aeace8d75fa5a1a3d0ba1d3d9ab6cdad2cf088.zip
opensim-SC_OLD-20aeace8d75fa5a1a3d0ba1d3d9ab6cdad2cf088.tar.gz
opensim-SC_OLD-20aeace8d75fa5a1a3d0ba1d3d9ab6cdad2cf088.tar.bz2
opensim-SC_OLD-20aeace8d75fa5a1a3d0ba1d3d9ab6cdad2cf088.tar.xz
Add log messages on teleport failure to better pin down the cause.
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/ISimulationService.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs
index b796757..55c9cc5 100644
--- a/OpenSim/Services/Interfaces/ISimulationService.cs
+++ b/OpenSim/Services/Interfaces/ISimulationService.cs
@@ -40,6 +40,13 @@ namespace OpenSim.Services.Interfaces
40 40
41 #region Agents 41 #region Agents
42 42
43 /// <summary>
44 /// Ask the simulator hosting the destination to create an agent on that region.
45 /// </summary>
46 /// <param name="destination"></param>
47 /// <param name="aCircuit"></param>
48 /// <param name="flags"></param>
49 /// <param name="reason">Reason message in the event of a failure.</param>
43 bool CreateAgent(GridRegion destination, AgentCircuitData aCircuit, uint flags, out string reason); 50 bool CreateAgent(GridRegion destination, AgentCircuitData aCircuit, uint flags, out string reason);
44 51
45 /// <summary> 52 /// <summary>