summaryrefslogtreecommitdiff
path: root/src/VBox/Main/VirtualBoxImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/VirtualBoxImpl.cpp')
-rw-r--r--src/VBox/Main/VirtualBoxImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/VirtualBoxImpl.cpp b/src/VBox/Main/VirtualBoxImpl.cpp
index 29778646b..b122643e6 100644
--- a/src/VBox/Main/VirtualBoxImpl.cpp
+++ b/src/VBox/Main/VirtualBoxImpl.cpp
@@ -1062,7 +1062,7 @@ STDMETHODIMP VirtualBox::FindMachine (IN_BSTR aName, IMachine **aMachine)
: setError (VBOX_E_OBJECT_NOT_FOUND,
tr ("Could not find a registered machine named '%ls'"), aName);
- LogFlowThisFunc (("rc=%08X\n", rc));
+ LogFlowThisFunc(("aName=\"%ls\", aMachine=%p, rc=%08X\n", aName, *aMachine, rc));
LogFlowThisFuncLeave();
return rc;