summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-10-11 14:17:52 -0400
committerOz Linden <oz@lindenlab.com>2018-10-11 14:17:52 -0400
commitd87cc1859f3f96b98a627fdc674e297e78438681 (patch)
treec1bfc965965516d485444344a587cf8b93864c92 /indra/test
parent886da87c43447040afbafa6628e158e66965141d (diff)
Modify logging so that the in-viewer console and stderr do not escape line breaks
Improve the implementation so that escaping is computed only once
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index 80c84d9bea..9d6e9539cb 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -535,7 +535,6 @@ int main(int argc, char **argv)
LLError::setDefaultLevel(LLError::LEVEL_DEBUG);
}
LLError::setFatalFunction(wouldHaveCrashed);
- LLError::setPrintLocation(true);
std::string test_app_name(argv[0]);
std::string test_log = test_app_name + ".log";
LLFile::remove(test_log);