aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-07-05 14:41:13 -0700
committerMcCabe Maxsted2011-07-05 14:41:13 -0700
commitab60078741ea804913f4b82d400e41a4e1c5100b (patch)
tree20a8794c3d585f0132894f5eaaed946893a2ccbb /linden/indra/newview/llappviewer.cpp
parentreturn 0 when mFile isn't found in llapr rather than asserting always (diff)
downloadmeta-impy-ab60078741ea804913f4b82d400e41a4e1c5100b.zip
meta-impy-ab60078741ea804913f4b82d400e41a4e1c5100b.tar.gz
meta-impy-ab60078741ea804913f4b82d400e41a4e1c5100b.tar.bz2
meta-impy-ab60078741ea804913f4b82d400e41a4e1c5100b.tar.xz
Always add the version to the top of the log--makes debugging easier
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp4
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