diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
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) |