From 1661ee697d1dbf14be372c4dbeaaacec1b4ddc72 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 21 Aug 2020 23:21:58 +0100 Subject: [PATCH] fix a typo --- OpenSim/Framework/WebUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 46e6c61333..2d5bbf50e3 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs @@ -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)