diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-16 19:17:44 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-16 19:17:44 +0200 |
commit | 87b6a05ba628f5d4351263e449d6fef72d51e993 (patch) | |
tree | 6948a518271f2248a91e227dd9e1cb74b5fbe816 /indra/newview/llstartup.cpp | |
parent | f10da6b60e9e715e9eb05b7a39886a6443971657 (diff) |
MAINT-8372 Fixed doubled error messages
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 7ea6a14e6b..2e3f6a3199 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1154,7 +1154,7 @@ bool idle_startup() } } - else + else if (!message.empty()) { // This wasn't a certificate error, so throw up the normal // notificatioin message. |