Merge commit '77355295dadaf3be54ac29d6b3d30901e95c0a32' into careminster

This commit is contained in:
Melanie
2012-09-27 12:39:24 +01:00
2 changed files with 190 additions and 4 deletions

View File

@@ -233,8 +233,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, userAssetURL);
uuidGatherer.GatherAssetUuids(assetID, (AssetType)meta.Type, ids);
m_log.DebugFormat("[HG ASSET MAPPER]: Successfully fetched asset {0} from asset server {1}", assetID, userAssetURL);
}