aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
diff options
context:
space:
mode:
authorMelanie2010-04-30 20:15:19 +0100
committerMelanie2010-04-30 20:15:19 +0100
commit9bc5098dd8cac09caab5d50045aba13110ead2c6 (patch)
treea8c197c950b14234873e66bd199178907983c302 /OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
parentFix linking issue introduced in my earlier commit (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC-9bc5098dd8cac09caab5d50045aba13110ead2c6.zip
opensim-SC-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.gz
opensim-SC-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.bz2
opensim-SC-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
index 4dadd9e..23621b7 100644
--- a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs
@@ -329,7 +329,7 @@ namespace OpenSim.Services.Connectors
329 reqString); 329 reqString);
330 if (reply == null || (reply != null && reply == string.Empty)) 330 if (reply == null || (reply != null && reply == string.Empty))
331 { 331 {
332 m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgent received null or empty reply"); 332 m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents received null or empty reply");
333 return null; 333 return null;
334 } 334 }
335 } 335 }