Skip to content
Snippets Groups Projects
Commit f0998b64 authored by Rom Walton's avatar Rom Walton
Browse files

VBOX: On a hypervisor detection failure failure dump all the logs to stderr,...

VBOX: On a hypervisor detection failure failure dump all the logs to stderr, it would have quickly exposed a search path change on Mac OS X.
parent 2495f76b
Branches
Tags
No related merge requests found
......@@ -484,6 +484,7 @@ int main(int argc, char** argv) {
retval = pVM->initialize();
if (retval) {
vboxlog_msg("Could not detect VM Hypervisor. Rescheduling execution for a later date.");
pVM->dump_hypervisor_logs(true);
boinc_temporary_exit(86400, "Detection of VM Hypervisor failed.");
}
}
......@@ -495,6 +496,7 @@ int main(int argc, char** argv) {
retval = pVM->initialize();
if (retval) {
vboxlog_msg("Could not detect VM Hypervisor. Rescheduling execution for a later date.");
pVM->dump_hypervisor_logs(true);
boinc_temporary_exit(86400, "Detection of VM Hypervisor failed.");
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment