diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | 2 |
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, |