From 0a2f9ff6e19fccb8ee1ddb027e35337b0b8b45d5 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 2 Nov 2021 15:32:33 +0000 Subject: [PATCH] fix bad format string --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 +-- bin/OpenSimDefaults.ini | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index c3a318327d..5381137515 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -3588,8 +3588,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { if (req.AssetInf == null) { - m_log.ErrorFormat("{0} Cannot send asset {1} ({2}), asset is null", - LogHeader); + m_log.ErrorFormat("{0} Cannot send asset, because it is null", LogHeader); return; } diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 1f44fcdae0..abc1d05b57 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1768,6 +1768,9 @@ MinTimerInterval = 0.1 + ; Rate to poll for asynchronous command replies (ms) + ;AsyncLLCommandLoopms = 100 + ; scripts states and cache parent folder location ;ScriptEnginesPath="ScriptEngines" @@ -1825,8 +1828,7 @@ ScriptStopStrategy = co-op ; Rate to poll for asynchronous command replies (ms) - ; currently unused - ;AsyncLLCommandLoopms = 50 + ;AsyncLLCommandLoopms = 100 ; Save the source of all compiled scripts WriteScriptSourceToDebugFile = false