diff options
author | Dave Parks <davep@lindenlab.com> | 2010-03-20 16:59:41 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-03-20 16:59:41 -0500 |
commit | 8424ceb20f7baa6d5cf980d2b9ae92121d1dcb20 (patch) | |
tree | eb691b2e04d91d0f994f1fc04acd066e4d474384 /indra/llmessage/llassetstorage.cpp | |
parent | 433996c2014d2f5ff5037d1fbb8bb5edbe818e1f (diff) | |
parent | 06e3d288e40e46204d84aed9c548a6ca529e78d8 (diff) |
merge
Diffstat (limited to 'indra/llmessage/llassetstorage.cpp')
-rw-r--r-- | indra/llmessage/llassetstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llassetstorage.cpp b/indra/llmessage/llassetstorage.cpp index 0ab1081200..047b99c861 100644 --- a/indra/llmessage/llassetstorage.cpp +++ b/indra/llmessage/llassetstorage.cpp @@ -505,7 +505,7 @@ void LLAssetStorage::_queueDataRequest(const LLUUID& uuid, LLAssetType::EType at tpvf.setAsset(uuid, atype); tpvf.setCallback(downloadCompleteCallback, req); - llinfos << "Starting transfer for " << uuid << llendl; + //llinfos << "Starting transfer for " << uuid << llendl; LLTransferTargetChannel *ttcp = gTransferManager.getTargetChannel(mUpstreamHost, LLTCT_ASSET); ttcp->requestTransfer(spa, tpvf, 100.f + (is_priority ? 1.f : 0.f)); } |