VWR-24317: Incorrect start up warnings: WARNING: ll_apr_warn_status: APR: No such file or directory
Review Request #83 - Created Jan. 14, 2011 and submitted
Aleric Inglewood | Reviewers | ||
viewer | |||
VWR-24317 | |||
None | viewer-development |
At start up one can get the following “warnings”: 2010-10-23T12:22:44Z WARNING: ll_apr_warn_status: APR: No such file or directory 2010-10-23T12:22:44Z WARNING: remove: Attempting to remove filename: /home/aleric/.imprudence/logs/Imprudence.logout_marker 2010-10-23T12:22:44Z WARNING: ll_apr_warn_status: APR: No such file or directory 2010-10-23T12:22:44Z WARNING: remove: Attempting to remove filename: /home/aleric/.imprudence/logs/Imprudence.llerror_marker 2010-10-23T12:22:44Z WARNING: ll_apr_warn_status: APR: No such file or directory 2010-10-23T12:22:44Z WARNING: remove: Attempting to remove filename: /home/aleric/.imprudence/logs/Imprudence.error_marker This is nonsense since it is perfectly ok when those files don’t exist.
Looks good. Files should only be removed when they actually exists, which this change accomplishes. Just wondering:
-
indra/newview/llappviewer.cpp (Diff revision 1) -
-
indra/newview/llappviewer.cpp (Diff revision 1) -
-
indra/newview/llappviewer.cpp (Diff revision 1) -
what's the reason for moving the LL_INFOS around?
Other reviews