summaryrefslogtreecommitdiffstats
path: root/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp')
-rw-r--r--src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp b/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
index 1b98c629..1db8fa61 100644
--- a/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
+++ b/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
@@ -609,7 +609,7 @@ STDMETHODIMP VirtualBoxSDS::LaunchVMProcess(IN_BSTR aMachine, IN_BSTR aComment,
else
{
hrc = VBOX_E_IPRT_ERROR;
- LogRel(("VirtualBoxSDS::LaunchVMProcess: launchVM failed: %Rhrc (%Rrc)\n", hrc));
+ LogRel(("VirtualBoxSDS::LaunchVMProcess: launchVM failed: %Rhrc (%Rrc)\n", hrc, vrc));
}
}
catch (...)