mirror of https://github.com/BOINC/boinc.git
VBOX: Remove unneeded error message from the log.
This commit is contained in:
parent
68b01e4101
commit
13442e2fe1
|
@ -2043,12 +2043,6 @@ int VBOX_VM::get_system_log(string& log, bool tail_only) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Could not find the Hypervisor System Log at '%s'.\n",
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf)),
|
||||
virtualbox_system_log_src.c_str()
|
||||
);
|
||||
retval = ERR_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
@ -2105,12 +2099,6 @@ int VBOX_VM::get_vm_log(string& log, bool tail_only) {
|
|||
}
|
||||
|
||||
} else {
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Could not find the VM Log at '%s'.\n",
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf)),
|
||||
virtualbox_vm_log_src.c_str()
|
||||
);
|
||||
retval = ERR_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue