minor: remove unnecessary newline from "show throttles" information

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2011-01-21 22:48:49 +00:00
parent 6ef7ea454c
commit 5f3f7c3405
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden
report.Append(GetColumnEntry(isChild ? "Cd" : "Rt", maxTypeLength, columnPadding));
report.AppendFormat(
"{0,7} {1,8} {2,7} {3,7} {4,7} {5,7} {6,9} {7,7}\n",
"{0,7} {1,8} {2,7} {3,7} {4,7} {5,7} {6,9} {7,7}",
(ci.totalThrottle * 8) / 1000,
(ci.resendThrottle * 8) / 1000,
(ci.landThrottle * 8) / 1000,