mirror of https://github.com/BOINC/boinc.git
VBOX: Fix another typo.
This commit is contained in:
parent
ccfd312975
commit
8821d735a6
|
@ -2651,7 +2651,7 @@ int VBOX_VM::launch_vboxvm() {
|
|||
|
||||
if (ulExitCode != STILL_ACTIVE) {
|
||||
sanitize_output(output);
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf)),
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf));
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Status Report: Virtualbox.exe/Vboxheadless.exe exited prematurely!.\n"
|
||||
|
|
Loading…
Reference in New Issue