Fixed typo in log message

0.9.0-post-fixes
Kevin Cozens 2017-05-22 11:08:41 -04:00
parent d12957dc2c
commit 0ac6b74c5e
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
repData.actor.Name, asset.ID.ToString());
}
else
m_log.WarnFormat("[PHYSICS]: asset provider returned null asset fo mesh of prim {0}.",
m_log.WarnFormat("[PHYSICS]: asset provider returned null asset for mesh of prim {0}.",
repData.actor.Name);
}
}