aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKevin Cozens2018-03-19 12:17:38 -0400
committerKevin Cozens2018-03-19 12:17:38 -0400
commita4ac91dc6b64a927e54ef5349db47ec08ddbc3d8 (patch)
tree31cbb7dcc8960a1662c11ca81d2d2e7bb60e07c8
parentcomment out some debug messages visible on SOP CompleteMovement (diff)
downloadopensim-SC_OLD-a4ac91dc6b64a927e54ef5349db47ec08ddbc3d8.zip
opensim-SC_OLD-a4ac91dc6b64a927e54ef5349db47ec08ddbc3d8.tar.gz
opensim-SC_OLD-a4ac91dc6b64a927e54ef5349db47ec08ddbc3d8.tar.bz2
opensim-SC_OLD-a4ac91dc6b64a927e54ef5349db47ec08ddbc3d8.tar.xz
Fixed a typo
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 0862fcf..9f349c0 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -455,7 +455,7 @@ namespace OpenSim
455 455
456 if (scene.SnmpService != null) 456 if (scene.SnmpService != null)
457 { 457 {
458 scene.SnmpService.BootInfo("Loading prins", scene); 458 scene.SnmpService.BootInfo("Loading prims", scene);
459 } 459 }
460 460
461 while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null) 461 while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)