diff options
author | gabriel lee <gabriel@lindenlab.com> | 2010-02-01 16:12:47 +0000 |
---|---|---|
committer | gabriel lee <gabriel@lindenlab.com> | 2010-02-01 16:12:47 +0000 |
commit | 5dfdb0d5a41143512180390193ce79644bcb9469 (patch) | |
tree | 2b70a07c2a60262bce85ff078586483dc8184591 /indra/newview/llpreviewscript.cpp | |
parent | 244bef7d0cdb75f011f70d8cd834154eeb469088 (diff) |
DEV-44904 and other fixes
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rw-r--r-- | indra/newview/llpreviewscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index fccf71f3cb..7bcbe334ff 100644 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -1904,7 +1904,7 @@ void LLLiveLSLEditor::uploadAssetViaCaps(const std::string& url, const LLUUID& item_id, BOOL is_running) { - llinfos << "Update Task Inventory via capability" << llendl; + llinfos << "Update Task Inventory via capability " << url << llendl; LLSD body; body["task_id"] = task_id; body["item_id"] = item_id; |