diff options
author | Jonathan@Chomp.lindenlab.com <Jonathan@Chomp.lindenlab.com> | 2009-11-18 11:38:31 -0800 |
---|---|---|
committer | Jonathan@Chomp.lindenlab.com <Jonathan@Chomp.lindenlab.com> | 2009-11-18 11:38:31 -0800 |
commit | 1f71cd20e831983aa5f4682958a3619b9f37a6f1 (patch) | |
tree | a62b7c0b3d71b194df8533769293481fa39acb71 /indra/newview/llviewermenufile.cpp | |
parent | a056423e62ad8525919526abb95e8b23f0681064 (diff) |
Fixed variable price upload path.
Diffstat (limited to 'indra/newview/llviewermenufile.cpp')
-rw-r--r-- | indra/newview/llviewermenufile.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index 8b101748a3..2c0a41e1ff 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -1175,9 +1175,9 @@ BOOL upload_new_variable_price_resource( if ( !url.empty() ) { - llinfos << "New Agent Inventory variable price upload" - << llendl; - + lldebugs + << "New Agent Inventory variable price upload" << llendl; + // Each of the two capabilities has similar data, so // let's reuse that code @@ -1200,6 +1200,7 @@ BOOL upload_new_variable_price_resource( body, new LLNewAgentInventoryVariablePriceResponder( uuid, + asset_type, body)); return TRUE; |