From ab60078741ea804913f4b82d400e41a4e1c5100b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Tue, 5 Jul 2011 14:41:13 -0700 Subject: Always add the version to the top of the log--makes debugging easier --- linden/indra/newview/llappviewer.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden/indra') 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() // // OK to write stuff to logs now, we've now crash reported if necessary // + + // Always add the version to the top of the log--makes debugging easier -- MC + llinfos << ViewerInfo::prettyInfo() << llendl; + if (!initConfiguration()) return false; -- cgit v1.1