diff options
author | McCabe Maxsted | 2011-05-10 15:16:26 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-08 23:24:03 -0700 |
commit | 50155d40f967c9ff76dd1c67f847a06b9acf60b0 (patch) | |
tree | 12b0a164d99f70d09bbb2d7a8fe4619914c10384 /linden/indra | |
parent | Fixed inventory window not showing item count on login when the full cache is... (diff) | |
download | meta-impy-50155d40f967c9ff76dd1c67f847a06b9acf60b0.zip meta-impy-50155d40f967c9ff76dd1c67f847a06b9acf60b0.tar.gz meta-impy-50155d40f967c9ff76dd1c67f847a06b9acf60b0.tar.bz2 meta-impy-50155d40f967c9ff76dd1c67f847a06b9acf60b0.tar.xz |
Added some log info when ao_template.ini can't be found
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/floaterao.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/floaterao.cpp b/linden/indra/newview/floaterao.cpp index df88d6f..444e395 100644 --- a/linden/indra/newview/floaterao.cpp +++ b/linden/indra/newview/floaterao.cpp | |||
@@ -72,6 +72,11 @@ public: | |||
72 | text->insertText(line); | 72 | text->insertText(line); |
73 | } | 73 | } |
74 | file.close(); | 74 | file.close(); |
75 | |||
76 | if (line.empty()) | ||
77 | { | ||
78 | llwarns << "Can't open ao_template.ini at << " << mFileName << llendl; | ||
79 | } | ||
75 | 80 | ||
76 | nc->saveIfNeeded(); | 81 | nc->saveIfNeeded(); |
77 | } | 82 | } |