fix bad format string

This commit is contained in:
UbitUmarov
2021-11-02 15:32:33 +00:00
parent 8c16034bef
commit 0a2f9ff6e1
2 changed files with 5 additions and 4 deletions

View File

@@ -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;
}