Skip to content

Commit c61e309

Browse files
committed
VBOX: Add some text about detecting the heartbeat configuration parameters
1 parent 0150327 commit c61e309

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

samples/vboxwrapper/vboxwrapper.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,12 @@ int main(int argc, char** argv) {
618618
//
619619
vboxlog_msg("Detected: Minimum checkpoint interval (%f seconds)", pVM->minimum_checkpoint_interval);
620620

621+
// Record what the minimum heartbeat interval is.
622+
//
623+
if (pVM->heartbeat_filename.size()) {
624+
vboxlog_msg("Detected: Heatbeat check (file: '$s' every %f seconds)", pVM->heartbeat_filename.c_str(), pVM->minimum_heartbeat_interval);
625+
}
626+
621627
// Validate whatever configuration options we can
622628
//
623629
if (pVM->enable_shared_directory) {

0 commit comments

Comments
 (0)