diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs b/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs index bbd2c43..8dd76d8 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs | |||
@@ -377,6 +377,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
377 | 377 | ||
378 | private void AssetReceived(string id, Object sender, AssetBase asset) | 378 | private void AssetReceived(string id, Object sender, AssetBase asset) |
379 | { | 379 | { |
380 | // m_log.DebugFormat( | ||
381 | // "[J2KIMAGE]: Received asset {0} ({1} bytes)", id, asset != null ? asset.Data.Length.ToString() : "n/a"); | ||
382 | |||
380 | UUID assetID = UUID.Zero; | 383 | UUID assetID = UUID.Zero; |
381 | if (asset != null) | 384 | if (asset != null) |
382 | { | 385 | { |