summaryrefslogtreecommitdiff
path: root/indra/test/test.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-17 16:45:01 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-17 16:45:01 -0400
commit082ef0c74d445429e2bb8630757b65ae7c3ca515 (patch)
treeebe5515c4066f22c4a64b35863928d50d381ce93 /indra/test/test.cpp
parent2c5d7199f69984ddba602ac50f8f55c6fd73fc9d (diff)
parentcd9d051b9024e4e0fc16a4aca28601d2a88a4045 (diff)
DRTVWR-447: Merge Oz's logging changes
Diffstat (limited to 'indra/test/test.cpp')
-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);