diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-03-10 13:19:58 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-03-10 13:19:58 -0800 |
commit | 05592975fb6bd0879ded15ebfcf15f26e0d14791 (patch) | |
tree | 75923cf8c21c4069aa14605e90a5d2ffb07f90a3 /indra | |
parent | 378585e7f089b62b7a0dd69adde48cd63fc7bacc (diff) |
SOCIAL-660 Pass skin value in viewer stats log message
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerstats.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 546ee9a334..874519a59f 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -852,6 +852,8 @@ void send_stats() body["DisplayNamesEnabled"] = gSavedSettings.getBOOL("UseDisplayNames"); body["DisplayNamesShowUsername"] = gSavedSettings.getBOOL("NameTagShowUsernames"); + body["MinimalSkin"] = !gSavedSettings.getString("SessionSettingsFile").empty(); + LLViewerStats::getInstance()->addToMessage(body); LLHTTPClient::post(url, body, new ViewerStatsResponder()); } |