mantis 8667: remove wildcards from a very limited test of a very limited thing

This commit is contained in:
UbitUmarov
2020-03-02 00:07:02 +00:00
parent cf948d56a1
commit d3b1465444
2 changed files with 7 additions and 6 deletions

View File

@@ -8502,7 +8502,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
catch (Exception e)
{
m_log.ErrorFormat(
"[LLCLIENTVIEW]: Exeception when handling generic message {0}{1}", e.Message, e.StackTrace);
"[LLCLIENTVIEW]: Exception when handling generic message {0}{1}", e.Message, e.StackTrace);
}
}
}