Skip to content
Snippets Groups Projects
Commit 869d2f1f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-447: Fix silly typos

parent 66d08396
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment