fix a typo

This commit is contained in:
UbitUmarov
2020-08-21 23:21:58 +01:00
parent 92ec1a1641
commit 1661ee697d

View File

@@ -1026,7 +1026,7 @@ namespace OpenSim.Framework
int tickdiff = Util.EnvironmentTickCountSubtract(tickstart);
if (tickdiff > WebUtil.LongCallTime)
{
m_log.InfoFormat("[FORMS]: request {0} {1} {2} took {3}ms, {4)/{5}bytes",
m_log.InfoFormat("[FORMS]: request {0} {1} {2} took {3}ms, {4}/{5}bytes",
reqnum, verb, requestUrl, tickdiff, sendlen, rcvlen);
}
else if (WebUtil.DebugLevel >= 4)