summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-16 19:06:17 -0700
committerJames Cook <james@lindenlab.com>2010-04-16 19:06:17 -0700
commit69de1f4eb7cdd063bbdd7b4019a6a9799fc5dc5f (patch)
treeb495b2123016a6119131f12fb2e1fcef3e0e8bcb /indra/newview/llviewermessage.cpp
parent4218819951a5caa1499e79d8bd4f1bf08fe3b3cc (diff)
Accept expires timestamp as UTC datetime in LLSD
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 13f52d8db7..000eb45121 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -4615,6 +4615,7 @@ void process_money_balance_reply( LLMessageSystem* msg, void** )
msg->getS32("TransactionInfo", "Amount", amount);
msg->getString("TransactionInfo", "ItemDescription", item_description);
llinfos << "JAMESDEBUG money_balance_reply source " << source_id
+ << " dest " << dest_id
<< " item " << item_description << llendl;
}