VBOX: Make sure to include the startup log in stderr instead of just repeating the trace log.

This commit is contained in:
Rom Walton 2015-04-15 12:47:54 -04:00
parent 78f77ccb7c
commit b109e0a3a7
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void VBOX_BASE::dump_hypervisor_logs(bool include_error_logs) {
get_system_log(local_system_log);
get_vm_log(local_vm_log);
get_trace_log(local_trace_log);
get_trace_log(local_startup_log);
get_startup_log(local_startup_log);
get_vm_exit_code(vm_exit_code);
if (include_error_logs) {