diff options
author | James Cook <james@cookmd.com> | 2010-04-01 14:11:29 -0700 |
---|---|---|
committer | James Cook <james@cookmd.com> | 2010-04-01 14:11:29 -0700 |
commit | 28236d001bfbfa2a17c6372c615721b347b9cc38 (patch) | |
tree | 86a0f9c5ed497b58af69528ca39bf9e2bd85bca1 | |
parent | 7381679cd0f77a2b91b2fce5f0060afc2d359f5a (diff) |
Debug spam
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 2502cd4303..8b762eadac 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -4626,6 +4626,7 @@ void process_money_balance_reply( LLMessageSystem* msg, void** ) msg->getUUID("TransactionInfo", "DestID", dest_id); msg->getS32("TransactionInfo", "Amount", amount); msg->getString("TransactionInfo", "ItemDescription", item_description); + llinfos << "JAMESDEBUG ItemDescription " << item_description << llendl; } if (gStatusBar) |