summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r--indra/llcommon/tests/llprocess_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp
index fb5cf12cb2..c6091bfeb1 100644
--- a/indra/llcommon/tests/llprocess_test.cpp
+++ b/indra/llcommon/tests/llprocess_test.cpp
@@ -175,7 +175,7 @@ struct PythonProcessLauncher
LL_WARNS() << "==============================" << LL_ENDL;
LL_WARNS() << "From '" << logpath << "':" << LL_ENDL;
std::string line;
- while (std::getline(line, inf))
+ while (std::getline(inf, line))
{
LL_WARNS() << line << LL_ENDL;
}