mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
- trim trailing whitespace
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
// rc.Request(s);
|
||||
//m_log.InfoFormat("[ASSET]: Stored {0}", rc);
|
||||
|
||||
m_log.InfoFormat("[GRID ASSET CLIENT]: Sending store request for asset {0}", asset.FullID);
|
||||
m_log.InfoFormat("[GRID ASSET CLIENT]: Sending store request for asset {0}", asset.Metadata.FullID);
|
||||
|
||||
RestObjectPoster.BeginPostObject<AssetBase>(assetUrl, asset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user