mirror of https://github.com/BOINC/boinc.git
VBOX: Setting the minimum checkpoint interval should not cause the wrapper to believe that it should run in headfull mode.
This commit is contained in:
parent
825f71f375
commit
081dcca1f0
|
@ -615,15 +615,12 @@ int main(int argc, char** argv) {
|
|||
|
||||
// Record which mode VirtualBox should be started in.
|
||||
//
|
||||
if (vm.minimum_checkpoint_interval) {
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Detected: minimum checkpoint interval (%f seconds)\n",
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf)),
|
||||
vm.minimum_checkpoint_interval
|
||||
);
|
||||
vm.headless = false;
|
||||
}
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Detected: Minimum checkpoint interval (%f seconds)\n",
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf)),
|
||||
vm.minimum_checkpoint_interval
|
||||
);
|
||||
|
||||
// Validate whatever configuration options we can
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue