aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llmaniprotate.cpp4
-rw-r--r--linden/indra/newview/llpreviewscript.cpp2
-rw-r--r--linden/indra/newview/llstatview.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llmaniprotate.cpp b/linden/indra/newview/llmaniprotate.cpp
index ad7399e..df503ec 100644
--- a/linden/indra/newview/llmaniprotate.cpp
+++ b/linden/indra/newview/llmaniprotate.cpp
@@ -1233,9 +1233,9 @@ LLVector3 LLManipRotate::getConstraintAxis()
1233 else 1233 else
1234 { 1234 {
1235#ifndef LL_RELEASE_FOR_DOWNLOAD 1235#ifndef LL_RELEASE_FOR_DOWNLOAD
1236 llerrs << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl 1236 llerrs << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl;
1237#else 1237#else
1238 llwarns << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl 1238 llwarns << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl;
1239#endif 1239#endif
1240 axis.mV[0] = 1.f; 1240 axis.mV[0] = 1.f;
1241 } 1241 }
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.
diff --git a/linden/indra/newview/llstatview.cpp b/linden/indra/newview/llstatview.cpp
index a38c012..9a3fcff 100644
--- a/linden/indra/newview/llstatview.cpp
+++ b/linden/indra/newview/llstatview.cpp
@@ -76,7 +76,7 @@ LLStatBar *LLStatView::addStat(const std::string& name, LLStat *statp,
76 76
77// if (getStatBar(name)) 77// if (getStatBar(name))
78// { 78// {
79// llinfos << "LLStatView::addStat - Stat already exists!" << llendl 79// llinfos << "LLStatView::addStat - Stat already exists!" << llendl;
80// return NULL; 80// return NULL;
81// } 81// }
82 82