diff options
author | Oz Linden <oz@lindenlab.com> | 2014-03-19 14:17:13 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-03-19 14:17:13 -0400 |
commit | bd4f4ee7932797008ed15f8c0301f5a0e5911a64 (patch) | |
tree | 91adc2b3d651846df3f8d2724b48ce865aa96d5b /indra/newview/llappviewer.cpp | |
parent | d6fdc6e68fc713b21b68e42740d63c3e9005bceb (diff) |
logging cleanup in support of debugging text editor problems
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e3c89f1a5f..e4de00b9e5 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3364,6 +3364,10 @@ LLSD LLAppViewer::getViewerInfo() const { info["SERVER_RELEASE_NOTES_URL"] = LLTrans::getString("RetrievingData"); } + else + { + info["SERVER_RELEASE_NOTES_URL"] = LLTrans::getString("NotConnected"); + } } else if (LLStringUtil::startsWith(mServerReleaseNotesURL, "http")) // it's an URL { |