diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 16:45:01 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 16:45:01 -0400 |
commit | 082ef0c74d445429e2bb8630757b65ae7c3ca515 (patch) | |
tree | ebe5515c4066f22c4a64b35863928d50d381ce93 /indra/test/test.cpp | |
parent | 2c5d7199f69984ddba602ac50f8f55c6fd73fc9d (diff) | |
parent | cd9d051b9024e4e0fc16a4aca28601d2a88a4045 (diff) |
DRTVWR-447: Merge Oz's logging changes
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r-- | indra/test/test.cpp | 1 |
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); |