aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpreviewscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreviewscript.cpp b/linden/indra/newview/llpreviewscript.cpp
index d8c3aa9..bde7242 100644
--- a/linden/indra/newview/llpreviewscript.cpp
+++ b/linden/indra/newview/llpreviewscript.cpp
@@ -1396,7 +1396,7 @@ void LLPreviewLSL::onSaveComplete(const LLUUID& asset_uuid, void* user_data, S32
1396 else 1396 else
1397 { 1397 {
1398 llwarns << "Inventory item for script " << info->mItemUUID 1398 llwarns << "Inventory item for script " << info->mItemUUID
1399 << " is no longer in agent inventory." << llendl 1399 << " is no longer in agent inventory." << llendl;
1400 } 1400 }
1401 1401
1402 // Find our window and close it if requested. 1402 // Find our window and close it if requested.