diff options
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
| -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 d39d466205..59bb78f8f4 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -906,6 +906,8 @@ void send_viewer_stats(bool include_preferences)      LL_INFOS("LogViewerStatsPacket") << "Sending viewer statistics: " << body << LL_ENDL; + +    // <ND> Do those lines even do anything sane in regard of debug logging?      LL_DEBUGS("LogViewerStatsPacket");      std::string filename("viewer_stats_packet.xml");      llofstream of(filename.c_str());  | 
