fix a string format

httptests
UbitUmarov 2018-01-14 00:47:12 +00:00
parent 1d6a157134
commit 8a68c330e8
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
m_host.AddScriptLPS(1);
if (!m_OSFunctionsEnabled)
OSSLError(String.Format("{0} permission denied. All OS functions are disabled.")); // throws
OSSLError("permission denied. All OS functions are disabled."); // throws
}
// Returns if the function is allowed. Throws a script exception if not allowed.