mirror of https://github.com/BOINC/boinc.git
VBOX: Ugh, fix another typo.
I'm beginning to not like my new keyboard and mouse.
This commit is contained in:
parent
79184c6103
commit
301b191b70
|
@ -621,7 +621,7 @@ int main(int argc, char** argv) {
|
|||
// Record what the minimum heartbeat interval is.
|
||||
//
|
||||
if (pVM->heartbeat_filename.size()) {
|
||||
vboxlog_msg("Detected: Heatbeat check (file: '%s' every %f seconds)", pVM->heartbeat_filename.c_str(), pVM->minimum_heartbeat_interval);
|
||||
vboxlog_msg("Detected: Heartbeat check (file: '%s' every %f seconds)", pVM->heartbeat_filename.c_str(), pVM->minimum_heartbeat_interval);
|
||||
}
|
||||
|
||||
// Validate whatever configuration options we can
|
||||
|
|
Loading…
Reference in New Issue