diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 6522ad0..3b6dc52 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
126 | // rc.Request(s); | 126 | // rc.Request(s); |
127 | //m_log.InfoFormat("[ASSET]: Stored {0}", rc); | 127 | //m_log.InfoFormat("[ASSET]: Stored {0}", rc); |
128 | 128 | ||
129 | m_log.InfoFormat("[GRID ASSET CLIENT]: Sending store request for asset {0}", asset.Metadata.FullID); | 129 | m_log.InfoFormat("[GRID ASSET CLIENT]: Sending store request for asset {0}", asset.FullID); |
130 | 130 | ||
131 | RestObjectPoster.BeginPostObject<AssetBase>(assetUrl, asset); | 131 | RestObjectPoster.BeginPostObject<AssetBase>(assetUrl, asset); |
132 | } | 132 | } |