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:
Rom Walton 2014-05-30 16:08:48 -04:00
parent 825f71f375
commit 081dcca1f0
1 changed files with 6 additions and 9 deletions

View File

@ -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",
"%s Detected: Minimum checkpoint interval (%f seconds)\n",
vboxwrapper_msg_prefix(buf, sizeof(buf)),
vm.minimum_checkpoint_interval
);
vm.headless = false;
}
// Validate whatever configuration options we can
//