VBOX: If the volunteer abort the job while we are running, capture all the error logs in case they aborted because of an error.

This commit is contained in:
Rom Walton 2014-02-04 18:02:29 -05:00
parent 0ed3f27db2
commit c1e980870d
1 changed files with 1 additions and 0 deletions

View File

@ -874,6 +874,7 @@ int main(int argc, char** argv) {
if (boinc_status.abort_request) {
vm.reset_vm_process_priority();
vm.cleanup();
vm.dumphypervisorlogs(true);
boinc_finish(EXIT_ABORTED_BY_CLIENT);
}
if (!vm.online) {