diff options
author | Justin Clark-Casey (justincc) | 2010-10-29 23:45:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-10-29 23:45:10 +0100 |
commit | e66ec432afccb90ae400041e2428b26ad108d373 (patch) | |
tree | 2bf4401cb2e62cfe86ce505bdcf3a846fa6af9bd /OpenSim/Framework/Capabilities | |
parent | Merge branch 'justincc-dev' (diff) | |
download | opensim-SC_OLD-e66ec432afccb90ae400041e2428b26ad108d373.zip opensim-SC_OLD-e66ec432afccb90ae400041e2428b26ad108d373.tar.gz opensim-SC_OLD-e66ec432afccb90ae400041e2428b26ad108d373.tar.bz2 opensim-SC_OLD-e66ec432afccb90ae400041e2428b26ad108d373.tar.xz |
Rationalize the logging messages from the merged appearance branch, commenting out most of them as per Mic
Diffstat (limited to 'OpenSim/Framework/Capabilities')
-rw-r--r-- | OpenSim/Framework/Capabilities/Caps.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/Capabilities/Caps.cs b/OpenSim/Framework/Capabilities/Caps.cs index 872de9a..7b0e053 100644 --- a/OpenSim/Framework/Capabilities/Caps.cs +++ b/OpenSim/Framework/Capabilities/Caps.cs | |||
@@ -988,9 +988,7 @@ namespace OpenSim.Framework.Capabilities | |||
988 | 988 | ||
989 | public void BakedTextureUploaded(UUID assetID, byte[] data) | 989 | public void BakedTextureUploaded(UUID assetID, byte[] data) |
990 | { | 990 | { |
991 | // DEBUG ON | 991 | // m_log.WarnFormat("[CAPS]: Received baked texture {0}", assetID.ToString()); |
992 | m_log.WarnFormat("[CAPS]: Received baked texture {0}", assetID.ToString()); | ||
993 | // DEBUG OFF | ||
994 | AssetBase asset; | 992 | AssetBase asset; |
995 | asset = new AssetBase(assetID, "Baked Texture", (sbyte)AssetType.Texture, m_agentID.ToString()); | 993 | asset = new AssetBase(assetID, "Baked Texture", (sbyte)AssetType.Texture, m_agentID.ToString()); |
996 | asset.Data = data; | 994 | asset.Data = data; |