0.7.1-dev
Diva Canto 2011-02-12 18:05:25 -08:00
parent 059e9eaf98
commit c169a62f55
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace OpenSim.Services.AssetService
if (!UUID.TryParse(id, out assetID))
{
m_log.WarnFormat("[ASSET SERVICE]: Could not parse requested sset id {0}", id);
m_log.WarnFormat("[ASSET SERVICE]: Could not parse requested asset id {0}", id);
return null;
}