diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 1b32581..62b6242 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -607,6 +607,10 @@ bool LLAppViewer::init() | |||
607 | // | 607 | // |
608 | // OK to write stuff to logs now, we've now crash reported if necessary | 608 | // OK to write stuff to logs now, we've now crash reported if necessary |
609 | // | 609 | // |
610 | |||
611 | // Always add the version to the top of the log--makes debugging easier -- MC | ||
612 | llinfos << ViewerInfo::prettyInfo() << llendl; | ||
613 | |||
610 | if (!initConfiguration()) | 614 | if (!initConfiguration()) |
611 | return false; | 615 | return false; |
612 | 616 | ||