From 869d2f1fb2ed59e65dd9cb8b75a9ea560dbeab2d Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 11 Jul 2018 18:26:27 -0400
Subject: [PATCH] DRTVWR-447: Fix silly typos

---
 indra/newview/llappviewerwin32.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index 5c7cb5b9c63..43b25699cae 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -162,12 +162,12 @@ namespace
                     << gAgent.getRegion()->getName()
                     << '/' << loc.mV[0]
                     << '/' << loc.mV[1]
-                    << '/' << log.mV[2]
+                    << '/' << loc.mV[2]
                     << "'\n";
             }
             else
             {
-                log "gAgent.getRegion() is nullptr\n";
+                log << "gAgent.getRegion() is nullptr\n";
             }
 
             LL_INFOS() << "Sending crash report to BugSplat." << LL_ENDL;
-- 
GitLab