minor: correct attachment spelling mistake in log message in HGEntityTransferModule.OnIncomingSceneObject()
							parent
							
								
									e24edada24
								
							
						
					
					
						commit
						d6d82dbd3c
					
				|  | @ -181,7 +181,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
|                 if (aCircuit.ServiceURLs != null && aCircuit.ServiceURLs.ContainsKey("AssetServerURI")) | ||||
|                 { | ||||
|                     string url = aCircuit.ServiceURLs["AssetServerURI"].ToString(); | ||||
|                     m_log.DebugFormat("[HG ENTITY TRANSFER MODULE]: Incoming attachement {0} for HG user {1} with asset server {2}", so.Name, so.AttachedAvatar, url); | ||||
|                     m_log.DebugFormat("[HG ENTITY TRANSFER MODULE]: Incoming attachment {0} for HG user {1} with asset server {2}", so.Name, so.AttachedAvatar, url); | ||||
|                     Dictionary<UUID, AssetType> ids = new Dictionary<UUID, AssetType>(); | ||||
|                     HGUuidGatherer uuidGatherer = new HGUuidGatherer(Scene.AssetService, url); | ||||
|                     uuidGatherer.GatherAssetUuids(so, ids); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Clark-Casey (justincc)
						Justin Clark-Casey (justincc)