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

VBOX: Write the desired checkpoint interval to stderr on startup and every time it changes.

parent 817cb0ea
No related branches found
No related tags found
No related merge requests found
......@@ -1125,6 +1125,13 @@ int main(int argc, char** argv) {
boinc_parse_init_data_file();
boinc_get_init_data_p(&aid);
set_throttles(aid, vm);
fprintf(
stderr,
"%s Checkpoint Interval is now %d seconds.\n",
vboxwrapper_msg_prefix(buf, sizeof(buf)),
(int)aid.checkpoint_period
);
}
// if the VM has a maximum amount of time it is allowed to run,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment