aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-21 22:48:49 +0000
committerJustin Clark-Casey (justincc)2011-01-21 22:48:49 +0000
commit5f3f7c3405e94ef6d7ea83a89083ab16bcef5719 (patch)
tree8ecf65eec165c0107f0f7e28e55abba55334b03f /OpenSim/Region/OptionalModules/Agent
parentRemove old 2 year unused linden stack region module shell (diff)
downloadopensim-SC_OLD-5f3f7c3405e94ef6d7ea83a89083ab16bcef5719.zip
opensim-SC_OLD-5f3f7c3405e94ef6d7ea83a89083ab16bcef5719.tar.gz
opensim-SC_OLD-5f3f7c3405e94ef6d7ea83a89083ab16bcef5719.tar.bz2
opensim-SC_OLD-5f3f7c3405e94ef6d7ea83a89083ab16bcef5719.tar.xz
minor: remove unnecessary newline from "show throttles" information
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
index 9a5f2ed..87d067c 100644
--- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
+++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs
@@ -296,7 +296,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
296 report.Append(GetColumnEntry(isChild ? "Cd" : "Rt", maxTypeLength, columnPadding)); 296 report.Append(GetColumnEntry(isChild ? "Cd" : "Rt", maxTypeLength, columnPadding));
297 297
298 report.AppendFormat( 298 report.AppendFormat(
299 "{0,7} {1,8} {2,7} {3,7} {4,7} {5,7} {6,9} {7,7}\n", 299 "{0,7} {1,8} {2,7} {3,7} {4,7} {5,7} {6,9} {7,7}",
300 (ci.totalThrottle * 8) / 1000, 300 (ci.totalThrottle * 8) / 1000,
301 (ci.resendThrottle * 8) / 1000, 301 (ci.resendThrottle * 8) / 1000,
302 (ci.landThrottle * 8) / 1000, 302 (ci.landThrottle * 8) / 1000,