diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-29 17:06:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-29 17:06:12 -0400 |
commit | 6b24122857583537495a01f408c6c303f93adb02 (patch) | |
tree | 382a25e202c5fd171dcb01fb3e82bbb12781540e /indra/linux_crash_logger/linux_crash_logger.cpp | |
parent | 3d9c39c77cd4e4e8da8abf9234f1c751762985e6 (diff) | |
parent | 20cf275d21c0dce569bb3a16393b529c5c9f1c6c (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc
Diffstat (limited to 'indra/linux_crash_logger/linux_crash_logger.cpp')
-rw-r--r-- | indra/linux_crash_logger/linux_crash_logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/linux_crash_logger/linux_crash_logger.cpp b/indra/linux_crash_logger/linux_crash_logger.cpp index 9d5ec33fed..63e5409876 100644 --- a/indra/linux_crash_logger/linux_crash_logger.cpp +++ b/indra/linux_crash_logger/linux_crash_logger.cpp @@ -51,7 +51,7 @@ int main(int argc, char **argv) return 1; } - app.mainLoop(); + app.frame(); app.cleanup(); LL_INFOS() << "Crash reporter finished normally." << LL_ENDL; return 0; |