mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user