aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2017-05-29 02:07:53 +0100
committerUbitUmarov2017-05-29 02:07:53 +0100
commit2c19d084481e6a710d47ce72c357b1c1a6340531 (patch)
tree7e07c5da74a9c20e302c665fe18e426b2abb95b3 /OpenSim/Region/ClientStack/Linden
parent add temporary debug msgs (diff)
downloadopensim-SC_OLD-2c19d084481e6a710d47ce72c357b1c1a6340531.zip
opensim-SC_OLD-2c19d084481e6a710d47ce72c357b1c1a6340531.tar.gz
opensim-SC_OLD-2c19d084481e6a710d47ce72c357b1c1a6340531.tar.bz2
opensim-SC_OLD-2c19d084481e6a710d47ce72c357b1c1a6340531.tar.xz
cleanup util.cs get dns
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index c6499cd..5054326 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -516,7 +516,7 @@ namespace OpenSim.Region.ClientStack.Linden
516 if(endPoint == null) 516 if(endPoint == null)
517 m_log.DebugFormat("EnableSimulator null endpoint"); 517 m_log.DebugFormat("EnableSimulator null endpoint");
518 if(endPoint.Address == null) 518 if(endPoint.Address == null)
519 m_log.DebugFormat("EnableSimulator null endpoint"); 519 m_log.DebugFormat("EnableSimulator null endpoint address");
520 520
521 OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY); 521 OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY);
522 Enqueue(item, avatarID); 522 Enqueue(item, avatarID);