From 779d5ac56e539638d11c80ad6ab5e56b86b0bcb3 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Thu, 19 Mar 2015 17:38:57 -0400
Subject: [PATCH] MAINT-4917 WIP - debug line added.

---
 indra/newview/llattachmentsmgr.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/newview/llattachmentsmgr.cpp b/indra/newview/llattachmentsmgr.cpp
index b00ccd2d406..285824f261d 100755
--- a/indra/newview/llattachmentsmgr.cpp
+++ b/indra/newview/llattachmentsmgr.cpp
@@ -294,6 +294,8 @@ void LLAttachmentsMgr::expireOldAttachmentRequests()
         ++it;
         if (it->second.getElapsedTimeF32() > MAX_ATTACHMENT_REQUEST_LIFETIME)
         {
+            LL_DEBUGS("Avatar") << "ATT expiring request for attachment item_id " << curr_it->first
+                                << " after " << MAX_ATTACHMENT_REQUEST_LIFETIME << " seconds" << LL_ENDL;
             mAttachmentRequests.erase(curr_it);
         }
     }
-- 
GitLab